Command Messed Up
#2

pawn Код:
if(!strcmp("/stopwork", cmdtext, true))
{
    if(IsPlayerConnected(playerid))
    {
        CancelPlayersCurrentMission(playerid);
        new string[100];
        format(string, sizeof(string),"To start a mission type /work");
        TextDrawShowForPlayer ( playerid, mission [ playerid ] );
        TextDrawSetString(mission [ playerid ],string);
    }
    return 1;
}
Try that
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: 3 Guest(s)