[Ajuda] ZMCD para strcmp ~
#2

Por que vocк desotimizou o comando?

pawn Код:
if(strcmp(cmdtext,"/Chapeu", true) ==0)
{
    if(Chapeu[playerid]==0){
        SetPlayerAttachedObject(playerid,1,19066,2,0.13,0.0,0.0,90,90.0,0.0);
        Chapeu[playerid] = 1;
        SendClientMessage(playerid,-1,"On");
        }else{
        RemovePlayerAttachedObject(playerid,1);
        SendClientMessage(playerid,-1,"Off");
    }
    return 1;
}
Reply


Messages In This Thread
ZMCD para strcmp ~ - by StarAway - 04.12.2012, 15:07
Re: ZMCD para strcmp ~ - by Delete_ - 04.12.2012, 15:17
Re: ZMCD para strcmp ~ - by death1 - 04.12.2012, 15:19
Re: ZMCD para strcmp ~ - by StarAway - 04.12.2012, 15:31
Re: ZMCD para strcmp ~ - by StarAway - 04.12.2012, 15:36

Forum Jump:


Users browsing this thread: 3 Guest(s)