Linking neons to mechanic job
#1

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 ??
Reply
#2

Well, what's your "Mechanic Job" Variable? Also; have you added the FilterScript into your GameMode? Like, implemented it?

If not, do that and then tell me the variable: EG:
pawn Код:
if(gPlayerData[playerid][Job] == 3) return SendClientMessage(playerid, GREY, "This is the Mechanic job.");
Thanks.
Reply
#3

nope i didnt add the fs to the game mode.

Код:
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);
			}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)