Command Messed Up
#1

Ok, i have a /stopwork command, but when i enter it, it works fine but says SERVER: Invalid Command. Here it is.
pawn Код:
if(!strcmp("/stopwork", cmdtext, true))
    {
        CancelPlayersCurrentMission(playerid);
        new string[100];
        format(string, sizeof(string),"To start a mission type /work");
        TextDrawShowForPlayer ( playerid, mission [ playerid ] );
        TextDrawSetString(mission [ playerid ],string);
    }
Reply


Messages In This Thread
Command Messed Up - by Rokzlive - 13.12.2010, 01:47
Re: Command Messed Up - by Lynn - 13.12.2010, 01:52
Re: Command Messed Up - by Rokzlive - 13.12.2010, 02:08
Re: Command Messed Up - by Hal - 13.12.2010, 04:14

Forum Jump:


Users browsing this thread: 2 Guest(s)