Quote:
Originally Posted by Miokie*
Quote:
Originally Posted by Justas [SiJ
]
Hey,
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); AddStaticPickup(370,4,x,y,z); return 1; }
If I remove this command, everything is ok, on wrong command server says "Server: Unknown command"
|
Shouldn't it be CreatePickup?
|
oops.. Changed.. But that didn't fixed the problem :P