once a player has a mission they can't get a new one.
#2

use SetPVarInt(playerid,"Inmission,1); at your random function.
Before the random part, add:

Quote:

if(GetPVarInt(playerid,"Inmission") == 1) {
SendClientMessage(playerid, YOUR_COLOR,"You're already delivering passengers!"); return 1;
}

Replace YOUR_COLOR by your own color.
Reply


Messages In This Thread
once a player has a mission they can't get a new one. - by Haydz - 21.09.2010, 07:16
Re: once a player has a mission they can't get a new one. - by Danny - 21.09.2010, 07:39
Re: once a player has a mission they can't get a new one. - by Haydz - 21.09.2010, 08:06
Re: once a player has a mission they can't get a new one. - by Danny - 21.09.2010, 08:28
Re: once a player has a mission they can't get a new one. - by Haydz - 21.09.2010, 08:54
Re: once a player has a mission they can't get a new one. - by Haydz - 21.09.2010, 09:13

Forum Jump:


Users browsing this thread: 2 Guest(s)