Use a command only once
#2

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;
Reply


Messages In This Thread
Use a command only once - by EddD - 04.08.2014, 16:19
Re: Use a command only once - by xHanks - 04.08.2014, 16:22
Respuesta: Use a command only once - by EddD - 04.08.2014, 16:25
Respuesta: Use a command only once - by EddD - 04.08.2014, 16:45
Re: Use a command only once - by SickAttack - 04.08.2014, 17:03
Respuesta: Use a command only once - by EddD - 04.08.2014, 19:01
Re: Use a command only once - by Dignity - 04.08.2014, 19:10

Forum Jump:


Users browsing this thread: 1 Guest(s)