Cerere plugin

Categoria cu cereri de pluginuri si nu numai.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Forum rules
Accesează link-ul pentru a putea vedea regulile forumului

Daca doriti sa vi se modifice un plugin, va rugam postati aici .
SaByUtZa VaSy ;x

20 Sep 2010, 15:52

As dori un plugin care prin comanda /harti iti afiseaza ultimele 10 harti jucate :)
Modific eu look'ul motdului.
RoyalServer 2
User avatar
S3ekEr^
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 3475
Joined: 06 Dec 2009, 12:47
Detinator Steam: Nu
Reputatie: Nume anterior: The Seeker , Reptyle
Fost Scripter
Fost super moderator
Utilizator neserios ( tepar )
Has thanked: 117 times
Been thanked: 329 times

20 Sep 2010, 15:56

nu stiu daca este bun uitate tu :)

http://www.girlshare.ro/399595.9
User avatar
adsad
Membru, skill 0
Membru, skill 0
Posts: 46
Joined: 19 Sep 2010, 16:59
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com!
Reputatie: Ban 3 luni !
Been thanked: 4 times
Contact:

20 Sep 2010, 17:09

Aici

Am gasit io dar e cu 5 harti :P
Caut admini pentru un server de cs public !
Cerinte :

1.Sa tina redirecte [FakeHlds] :) Nu ocupa mult si nu consuma resurse ATENTIE !!! Platesc pentru cei ce redirectioneaza peste 700-1000 de playeri pe zi 10 ron paypal sau admin pe 2 servere unu Steam on si unu steam OFF !!!
2.Sa tina redirectele aprinse 3-24 ore pe zi :)
3.Sa fie activ pe server cel putin 2-3 ore pe zi :)


Caut pe cineva care sa FACA REDIRECTE BUNE !!!
Cumpar XRedirect de la un server populat ce inseamna .... cand serverul este full si inca redirectionati in loc sa apara "Server ful incearca mai tarziu" ii redirectioneaza catre alt server :P


ADD Cozz944


Caut Oameni care tin PC Non-Stop :P ADD Cozz944 Sau PM !!!
Caut Xredirect de la un server populat :) ADD Cozz944 Sau PM !!!
SaByUtZa VaSy ;x

22 Sep 2010, 21:05

adsad wrote:Aici

Am gasit io dar e cu 5 harti :P
Ai verificat macar link'ul ?:| nu e bun link'ul de descarcare , te rog nu te mai baga in seama.

@ seker acum verific

EDIT: vreau MOTD nu chat :| ce miai dat tu seker arata in chat , stiu pluginul dar nu asta vreau.

Exe sau compaq nu se uita pe aici?
User avatar
S3ekEr^
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 3475
Joined: 06 Dec 2009, 12:47
Detinator Steam: Nu
Reputatie: Nume anterior: The Seeker , Reptyle
Fost Scripter
Fost super moderator
Utilizator neserios ( tepar )
Has thanked: 117 times
Been thanked: 329 times

22 Sep 2010, 21:17

SaByUtZa VaSy ;x

23 Sep 2010, 14:40

stiu pluginul dar nu are sma , mie imi trebuie SMA
User avatar
Mafios_X
Fost administrator
Fost administrator
Posts: 6851
Joined: 10 Apr 2009, 01:28
Detinator Steam: Da
SteamID: mafiosx
Reputatie: Fost Administrator
Location: Italia
Has thanked: 341 times
Been thanked: 419 times
Contact:

24 Sep 2010, 23:52

Ia vezi asta | Afiseaza codul
#include <amxmodx>
#include <amxmisc>

#define MAX_MAPS        5

new g_MapNames[MAX_MAPS][34]

public plugin_init() 
{
        register_plugin("last played maps", "0.2", "ConnorMcLeod")
        register_clcmd("amx_lastmaps","lastmapsCmd",ADMIN_MAP," - list the last 5 maps played")
        register_dictionary("amx_lastmaps.txt")
}

public plugin_cfg() {
        new szLastMapsFile[64]
        
        get_localinfo("amxx_configsdir", szLastMapsFile, 63)
        format(szLastMapsFile, 63, "%s/lastmaps.txt", szLastMapsFile)

        new File = fopen(szLastMapsFile, "rt")
        new i
        new Temp[34]
        if(File)
        {
                for(i=0; i<MAX_MAPS; i++)
                {
                        if(!feof(File))
                        {
                                fgets(File, Temp, 33)
                                replace(Temp, 33, "^n", "")
                                formatex(g_MapNames, 33, Temp)
                        }
                }
                fclose(File)
        }

        delete_file(szLastMapsFile)

        new CurrentMap[34]
        get_mapname(CurrentMap, 33)

        File = fopen(szLastMapsFile, "wt")
        if(File)
        {
                formatex(Temp, 33, "%s^n", CurrentMap)
                fputs(File, Temp)
                for(i=0; i<MAX_MAPS-1; i++)
                {
                        CurrentMap = g_MapNames
                        if(!CurrentMap[0])
                                break
                        formatex(Temp, 33, "%s^n", CurrentMap)
                        fputs(File, Temp)
                }
                fclose(File)
        }
}

public lastmapsCmd(id,level,cid) 
{
        if (!cmd_access(id,level,cid,1))
        return PLUGIN_HANDLED
        
        new LastMaps[256], n
        n += formatex(LastMaps[n], 255-n, "%L",LastMaps[n],"MAPS")
        for(new i; i<MAX_MAPS; i++)
        {
                if(!g_MapNames[0])
                        break
                n += formatex(LastMaps[n], 255-n, "^n[MAP] %s", g_MapNames)
        }
        client_print(id, print_console, LastMaps)
        return PLUGIN_HANDLED
}

Daca merge un "multumesc" pentru ca am cautat in locul tau :)).
-------------------------------#STEAM PROFILE--------------------------------------
Image
STEAM: mafiosx

Image


www.gamescan.ro - Un fel de GameTracker ROMANESC :D
SaByUtZa VaSy ;x

25 Sep 2010, 09:28

afiseaza in chat nu?
Doamne voi chiar nu stiti sa cititi? Vreau sa afiseze in HUD
User avatar
Ciprian
Fost administrator
Fost administrator
Posts: 5172
Joined: 10 May 2008, 21:29
Detinator Steam: Da
CS Status: ^^
SteamID: crazycipry
Reputatie: Fost administrator
Fost Scripter eXtreamCS
Fost Supervizor CS.eXtreamCS.com
Fost Unbanner ZM.eXtreamCS.com
Fost Contribuitor
Nume anterior: crazy.cipry
Location: Baia Mare
Has thanked: 177 times
Been thanked: 405 times

26 Sep 2010, 13:35

| Afiseaza codul
#include <amxmodx>
#include <amxmisc>

#define MAX_MAPS        10

new g_MapNames[MAX_MAPS][34]

public plugin_init() 
{
        register_plugin("last played maps", "0.2", "ConnorMcLeod")
        register_clcmd("amx_lastmaps","lastmapsCmd",ADMIN_MAP," - list the last 5 maps played")
        register_dictionary("amx_lastmaps.txt")
}

public plugin_cfg() {
        new szLastMapsFile[64]
        
        get_localinfo("amxx_configsdir", szLastMapsFile, 63)
        format(szLastMapsFile, 63, "%s/lastmaps.txt", szLastMapsFile)

        new File = fopen(szLastMapsFile, "rt")
        new i
        new Temp[34]
        if(File)
        {
                for(i=0; i<MAX_MAPS; i++)
                {
                        if(!feof(File))
                        {
                                fgets(File, Temp, 33)
                                replace(Temp, 33, "^n", "")
                                formatex(g_MapNames, 33, Temp)
                        }
                }
                fclose(File)
        }

        delete_file(szLastMapsFile)

        new CurrentMap[34]
        get_mapname(CurrentMap, 33)

        File = fopen(szLastMapsFile, "wt")
        if(File)
        {
                formatex(Temp, 33, "%s^n", CurrentMap)
                fputs(File, Temp)
                for(i=0; i<MAX_MAPS-1; i++)
                {
                        CurrentMap = g_MapNames
                        if(!CurrentMap[0])
                                break
                        formatex(Temp, 33, "%s^n", CurrentMap)
                        fputs(File, Temp)
                }
                fclose(File)
        }
}

public lastmapsCmd(id,level,cid) 
{
        if (!cmd_access(id,level,cid,1))
        return PLUGIN_HANDLED
        
        new LastMaps[256], n
        n += formatex(LastMaps[n], 255-n, "%L",LastMaps[n],"MAPS")
        for(new i; i<MAX_MAPS; i++)
        {
                if(!g_MapNames[0])
                        break
                n += formatex(LastMaps[n], 255-n, "^n[MAP] %s", g_MapNames)
        }
        //client_print(id, print_console, LastMaps)
        set_hudmessage(255, 0, 0, -1.0, 0.89, 0, 6.0, 3.0)
        show_hudmessage(id, LastMaps)
        return PLUGIN_HANDLED
}
User avatar
b[L]u
Membru, skill +1
Membru, skill +1
Posts: 314
Joined: 31 May 2010, 14:27
Detinator Steam: Nu
Has thanked: 26 times
Been thanked: 8 times

26 Sep 2010, 14:02

cipri afiseaza in motd?sau chat?
Nick: MiSteR D
Image
User avatar
Ciprian
Fost administrator
Fost administrator
Posts: 5172
Joined: 10 May 2008, 21:29
Detinator Steam: Da
CS Status: ^^
SteamID: crazycipry
Reputatie: Fost administrator
Fost Scripter eXtreamCS
Fost Supervizor CS.eXtreamCS.com
Fost Unbanner ZM.eXtreamCS.com
Fost Contribuitor
Nume anterior: crazy.cipry
Location: Baia Mare
Has thanked: 177 times
Been thanked: 405 times

26 Sep 2010, 15:33

b[L]u wrote:cipri afiseaza in motd?sau chat?
In hud.
SaByUtZa VaSy ;x

26 Sep 2010, 18:11

Ciprian wrote:
b[L]u wrote:cipri afiseaza in motd?sau chat?
In hud.
si eu ce am cerut? :| am cerut in MOTD
Post Reply

Return to “Cereri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 24 guests