20.12.2010, 04:45
Hey, I'm getting this error when I compile this script..
The command is:
Anyone know the problem?
Thanks
pawn Код:
C:\Documents and Settings\user\Desktop\Mitchells Stuff\server\gamemodes\grandlarc.pwn(320) : warning 202: number of arguments does not match definition
pawn Код:
if(!strcmp(cmdtext,"/gotony",true))
{
SetPlayerPos(playerid,297.02529907,400.30484009,81.51259613,6.0);
return 1;
}
Thanks