[AJUDA]Comandos
#3

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/pegararmas",true) == 0)
    {
       GivePlayerWeapon(playerid, 24, 50);
       GivePlayerWeapon(playerid, 32, 200);
       GivePlayerWeapon(playerid, 31, 200);
       SendClientMessage(playerid, AMARELO, "Vocк Recebeu um Pacote com Algumas Armas");
       return true;
    }
    if(!strcmp(cmdtext,"/proximocomando",true))
    {
        //Funзгo
        return true;
    }
    return false;
}
Reply


Messages In This Thread
[AJUDA]Comandos - by Manoloww - 10.03.2012, 13:45
Re: [AJUDA]Comandos - by Felipe_Wesker - 10.03.2012, 13:50
Re: [AJUDA]Comandos - by Abravanel - 10.03.2012, 13:50
Re: [AJUDA]Comandos - by Manoloww - 10.03.2012, 13:54
Re: [AJUDA]Comandos - by Felipe_Wesker - 10.03.2012, 13:59
Re: [AJUDA]Comandos - by Don_Speed - 10.03.2012, 14:02

Forum Jump:


Users browsing this thread: 1 Guest(s)