03.07.2016, 14:28
You should process like this.
There a way more easy to do.
Add a variable in your like ActiveJob[playerid] = 1; when you do the command.
Use
You get it?
There a way more easy to do.
Add a variable in your like ActiveJob[playerid] = 1; when you do the command.
Use
PHP код:
public OnPlayerEnterCheckpoint(playerid)
if(Activejob[playerid] == 1)
{
...
Activejob[playerid] = 2;
...
}
if(Activejob[playerid] == 2)
...