job problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: job problem (
/showthread.php?tid=320091)
job problem -
Dacy - 21.02.2012
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
Re : job problem -
Dacy - 21.02.2012
do me another system for this job,if nobody can help me...pls help me
Re: job problem -
niels44 - 21.02.2012
eehm i recommend you to use this trucking job include:
https://sampforum.blast.hk/showthread.php?tid=182789
its good trust me(but you need some scripting exp to understand this, and READ THE POST BEFORE USING IT)
greets niels
Re : job problem -
Dacy - 21.02.2012
another sugestions?
Re: job problem -
niels44 - 22.02.2012
eehm nopes, well make your own job system but i recommend you to use this one becuz its good and you can make very quick a job XD.
or else if you dont have lots of scripting knowledge you could download a script which has this; for example PPC_Trucking