Job Problem
#2

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
PHP код:
public OnPlayerEnterCheckpoint(playerid)
if(
Activejob[playerid] == 1)
{
...
Activejob[playerid] = 2;
... 
}
if(
Activejob[playerid] == 2)
... 
You get it?
Reply


Messages In This Thread
Job Problem - by Theepiccoder - 03.07.2016, 14:21
Re: Job Problem - by Dayrion - 03.07.2016, 14:28
Re: Job Problem - by Theepiccoder - 03.07.2016, 20:49
Re: Job Problem - by Dayrion - 03.07.2016, 21:58
Re: Job Problem - by Theepiccoder - 04.07.2016, 13:44
Re: Job Problem - by Dayrion - 04.07.2016, 14:42
Re: Job Problem - by Theepiccoder - 05.07.2016, 11:26
Re: Job Problem - by Mencent - 05.07.2016, 11:41
Re: Job Problem - by Theepiccoder - 05.07.2016, 13:16
Re: Job Problem - by Mencent - 05.07.2016, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)