[Ajuda] Comandos /Contar..
#2

isso q vc ta querendo ?

pawn Код:
if(strcmp(cmd, "/1", true) == 0)
    {
        if (PlayerInfo[playerid][pAdmin] >= 3)
        {
            GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
            format(string, sizeof(string), "~p~| ~r~1 ~p~|");
            GameTextForAll(string, 1000, 5);
        }
        return 1;
    }
    if(strcmp(cmd, "/2", true) == 0)
    {
        if (PlayerInfo[playerid][pAdmin] >= 3)
        {
            GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
            format(string, sizeof(string), "~p~| ~r~2 ~p~|");
            GameTextForAll(string, 1000, 5);
        }
        return 1;
    }
    if(strcmp(cmd, "/3", true) == 0)
    {
        if (PlayerInfo[playerid][pAdmin] >= 3)
        {
            GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
            format(string, sizeof(string), "~p~| ~y~3 ~p~|");
            GameTextForAll(string, 1000, 5);
        }
        return 1;
    }
    if(strcmp(cmd, "/go", true) == 0 || strcmp(cmd, "/4", true) == 0)
    {
        if (PlayerInfo[playerid][pAdmin] >= 3)
        {
            GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
            format(string, sizeof(string), "~p~| ~g~Go Go Go ~p~|");
            GameTextForAll(string, 1000, 5);
        }
        return 1;
    }
Reply


Messages In This Thread
Comandos /Contar.. - by Brunooh - 27.08.2013, 20:56
Re: Comandos /Contar.. - by Samuel300 - 27.08.2013, 21:52
Re: Comandos /Contar.. - by Brunooh - 27.08.2013, 22:10
Re: Comandos /Contar.. - by Sti - 28.08.2013, 00:18
Re: Comandos /Contar.. - by Brunooh - 28.08.2013, 00:40
Re: Comandos /Contar.. - by Sti - 28.08.2013, 01:09
Re: Comandos /Contar.. - by Brunooh - 28.08.2013, 01:18
Re: Comandos /Contar.. - by Sti - 28.08.2013, 01:20
Re: Comandos /Contar.. - by Brunooh - 28.08.2013, 01:24
Re: Comandos /Contar.. - by JesterAnkes - 28.08.2013, 01:41

Forum Jump:


Users browsing this thread: 2 Guest(s)