29.05.2009, 18:59
Hey,
I don't know what's wrong, but every time I type wrong command (which doesn't exist) server do this command:
If I remove this command, everything is ok, on wrong command server says "Server: Unknown command"
I don't know what's wrong, but every time I type wrong command (which doesn't exist) server do this command:
pawn Код:
if(strcmp(cmdtext,"/jetpack",true)==0)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
CreatePickup(370,4,x,y,z);
return 1;
}