[AJUDA]zcmd
#1

Boa tarde a todos,gostaria de saber se alguйm poderia me ajudar no seguinte:

Me falaram que strcmp й muito ruim,alguйm poderia me explicar e mandar o cуdigo de como eu transformaria esse comando:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/equipar",true) == 0)
    {
       GivePlayerWeapon(playerid, 24, 100);
       GivePlayerWeapon(playerid, 31, 500);
       SetPlayerArmour(playerid, 80);
       SendClientMessage(playerid, AMARELO, "Vocк Foi Equipado.");
       return true;
em zcmd?
Reply


Messages In This Thread
[AJUDA]zcmd - by Manoloww - 26.03.2012, 16:25
Re: [AJUDA]zcmd - by ViniBorn - 26.03.2012, 16:29
Re: [AJUDA]zcmd - by Manoloww - 26.03.2012, 16:30
Re: [AJUDA]zcmd - by kratty - 26.03.2012, 16:30
Re: [AJUDA]zcmd - by ViniBorn - 26.03.2012, 16:33
Re: [AJUDA]zcmd - by Manoloww - 26.03.2012, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)