unknown command but still shows.
#4

pawn Код:
if(strcmp(cmdtext, "/drink", true))
{
ApplyAnimation(playerid,"BAR","dnk_stndM_loop",4.1 ,1,1,1,1,1,1);
return 1;
}
if(strcmp(cmdtext, "/pee", true))
{
ApplyAnimation(playerid,"PAULNMAC","Piss_in",4.1,1 ,1,1,1,1,1);
return 1;
}
return 0;
}
Try that,and do this for all commands: you had
pawn Код:
if(!strcmp)
,replace it with
pawn Код:
if(strcmp)
,no negation before strcmp
Reply


Messages In This Thread
unknown command but still shows. - by oscar7610 - 08.04.2012, 12:49
Re: unknown command but still shows. - by Cjgogo - 08.04.2012, 12:51
Re: unknown command but still shows. - by oscar7610 - 08.04.2012, 12:58
Re: unknown command but still shows. - by Cjgogo - 08.04.2012, 13:03
Re: unknown command but still shows. - by oscar7610 - 08.04.2012, 13:04
Re: unknown command but still shows. - by SuperViper - 08.04.2012, 13:52
Re: unknown command but still shows. - by Cjgogo - 08.04.2012, 13:56

Forum Jump:


Users browsing this thread: 1 Guest(s)