Something wrong with my command
#4

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?
Reply


Messages In This Thread
Something wrong with my command - by SiJ - 29.05.2009, 18:59
Re: Something wrong with my command - by Think - 29.05.2009, 19:00
Re: Something wrong with my command - by SiJ - 29.05.2009, 19:12
Re: Something wrong with my command - by miokie - 29.05.2009, 19:23
Re: Something wrong with my command - by SiJ - 29.05.2009, 19:34
Re: Something wrong with my command - by member - 29.05.2009, 20:05
Re: Something wrong with my command - by SiJ - 30.05.2009, 07:21
Re: Something wrong with my command - by SiJ - 30.05.2009, 12:32
Re: Something wrong with my command - by Weirdosport - 30.05.2009, 12:36
Re: Something wrong with my command - by SiJ - 30.05.2009, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)