[DUV] undefined symbol "cmd"
#3

Tenta assim
pawn Код:
if(!strcmp(cmdtext, "/stunts", true))
ou assim
pawn Код:
if(strcmp(cmd, "/stunts", true) == 0)
EDIT: Reparei que tem duas chaves "{" para o mesmo lado.......


Vocк tem assim
pawn Код:
{
if(strcmp("/stunts", cmd, true) == 0)
{
SetPlayerPos(playerid,1789.4393,-2494.4978,13.1246);
return 1;
Tenta assim
pawn Код:
}
if(strcmp("/stunts", cmd, true) == 0)
{
SetPlayerPos(playerid,1789.4393,-2494.4978,13.1246);
return 1;
}
Reply


Messages In This Thread
[DUV] undefined symbol "cmd" - by BurrodaZero - 26.04.2010, 04:20
Re: [DUV] undefined symbol "cmd" - by BurrodaZero - 26.04.2010, 04:44
Re: [DUV] undefined symbol "cmd" - by Regalado_xD - 26.04.2010, 04:47
Re: [DUV] undefined symbol "cmd" - by BurrodaZero - 26.04.2010, 06:04
Re: [DUV] undefined symbol "cmd" - by Ricardo_Saddler - 26.04.2010, 16:41

Forum Jump:


Users browsing this thread: 1 Guest(s)