job problem
#1

hello i have a problem with a job "trucker" i do this

if(newcar == 90 || newcar == 91)
{
if(PlayerInfo[playerid][pJob] == 16) { }
else
{
SendClientMessage(playerid,COLOR_GREY," your job is not trucker !");
RemovePlayerFromVehicle(playerid);
}
}



else if (GetPlayerState(playerid) == 1 && PlayerToPoint(3.0, playerid,-77.7288,-1136.3896,1.0781))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You are about to become a Trucker, and get a 5 hour Contract.");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You have to forfill this Contract first, if you want to Quit the job later.");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "* If you are sure to become a Trucker, type /accept job.");
GettingJob[playerid] = 16;
PlayerInfo[playerid][pContractTime] = 5;
}



how i do the command to start for example /truck and the checkpont... plese help me
Reply


Messages In This Thread
job problem - by Dacy - 21.02.2012, 16:30
Re : job problem - by Dacy - 21.02.2012, 17:46
Re: job problem - by niels44 - 21.02.2012, 18:12
Re : job problem - by Dacy - 21.02.2012, 18:24
Re: job problem - by niels44 - 22.02.2012, 14:14

Forum Jump:


Users browsing this thread: 1 Guest(s)