14.01.2012, 16:05
Ok so i found a cool neon filterscript that i liked and i wanted to link it to the mechanic job so only him can create it any ideas ??
if(gPlayerData[playerid][Job] == 3) return SendClientMessage(playerid, GREY, "This is the Mechanic job.");
if(JobDuty[playerid] == 1) { Mechanics -= 1; }
SendClientMessage(playerid, COLOR_WHITE, "* You are about to become a Car Mechanic, and get a 5 hour Contract."); SendClientMessage(playerid, COLOR_WHITE, "* You have to forfill this Contract first, if you want to Quit the job later."); SendClientMessage(playerid, COLOR_WHITE, "* If you are sure to become a Car Mechanic, type /accept job."); GettingJob[playerid] = 7; TogglePlayerControllable(playerid,1); }