29.07.2009, 09:31
Above OnGameModeInit:
when they select the job of "Cop" add to the script:
any commands they use, use this:
when they leave that job:
Change Cop to any job you have. Also for every job you make use in OnPlayerConnect:
Код:
new JobCop[MAX_PLAYERS];
Код:
JobCop[playerid] = 1;
Код:
if(JobCop[playerid] == 1) { //Enter script return 1; }
Код:
JobCop[playerid] = 0;
Код:
JobCop[playerid] = 0;