Command through ZCMD not working
#1

hey just made my command to join a job, only done one atm but i cannot use the command ingame, i think i may have made an error in the code somewhere :/

pawn Код:
CMD:acceptjob(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid, -1547.7715,123.7701,3.5547,309.2723))
    {
        pJob[playerid] = TRUCKER;
        SendClientMessage(playerid, COLOR_WHITE, ".:: You have now joined the job, Trucker ::.");
        SendClientMessage(playerid, COLOR_WHITE, ".:: To start work grab a truck and use /startjob ::.");
    }
}
As you can see is basically it just checks if the player is in a specific location and it'll make there job as a Trucker but the server isnt recognising it as a command.
Reply


Messages In This Thread
Command through ZCMD not working - by NewerthRoleplay - 14.03.2012, 21:02
Re: Command through ZCMD not working - by Unknownich - 14.03.2012, 21:04
Re: Command through ZCMD not working - by SimonItaly - 14.03.2012, 21:07
Re: Command through ZCMD not working - by NewerthRoleplay - 14.03.2012, 21:10
Re: Command through ZCMD not working - by Twisted_Insane - 14.03.2012, 21:11
Re: Command through ZCMD not working - by NewerthRoleplay - 14.03.2012, 21:19
Re: Command through ZCMD not working - by Alexy_Dramon - 17.03.2012, 12:20

Forum Jump:


Users browsing this thread: 2 Guest(s)