04.08.2014, 16:22
You can make a global variables, for example:
pawn Code:
//On the top of gamemode
new Cancall[MAX_PLAYERS];
//Then in your script you will add:
if(Cancall[playerid] == 1) { //script here and then add in your script the next
Cancall[playerid] = 0;