[Ajuda] Comando PPC_Trucking
#6

assim tb tar pra fazer esse comando /ann й de um servido de RPG tem como passa pra TRUCK ou tira alguma coisa pra passa pra TRUCK esse coma o ADM pode falar na tela..me ajuda a fazer isso assim fico menos burro kkkkk..


pawn Код:
if(strcmp(cmd, "/ann", true) == 0)
    {
        if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5 || pAdmin[playerid] == 6)
        {
            new tmp[256];
            tmp = strtok(cmdtext, idx, strlen(cmdtext));
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, Vermelho, "Digite: /ann [texto]");
                return 1;
            }
            if(PlayerInfo[playerid][Logged] == 1)
            {
                if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5 || pAdmin[playerid] == 6)
                {
                    format(string, sizeof(string), "~g~] ~w~%s ~g~]", tmp);
                    GameTextForAll(string, 5000, 3);
                }
                else
                {
                    SendClientMessage(playerid, Vermelho, "Vocк nгo tem permissгo para usar este comando!");
                }
            }
            else
            {
                SendClientMessage(playerid, Vermelho, "Vocк tem que estar logado para usar este comando!");
            }
        }
        return 1;
    }
Reply


Messages In This Thread
Comando PPC_Trucking - by comanfiss - 23.04.2014, 00:54
Re: Comando PPC_Trucking - by N3XTMapper - 23.04.2014, 00:56
Re: Comando PPC_Trucking - by ExPLORE - 23.04.2014, 01:07
Re: Comando PPC_Trucking - by AlexandreRangelMamut - 23.04.2014, 01:40
Respuesta: Comando PPC_Trucking - by Parka - 23.04.2014, 01:45
Re: Comando PPC_Trucking - by comanfiss - 23.04.2014, 01:57
Respuesta: Comando PPC_Trucking - by Parka - 23.04.2014, 02:04
Re: Comando PPC_Trucking - by AlexandreRangelMamut - 23.04.2014, 02:06
Re: Comando PPC_Trucking - by comanfiss - 23.04.2014, 02:14
Re: Comando PPC_Trucking - by AlexandreRangelMamut - 23.04.2014, 02:21

Forum Jump:


Users browsing this thread: 1 Guest(s)