15.12.2010, 01:45
Код:
if (GetPVarInt(playerid,"BanInProgress">0){return 1;}else { SendClientMessageToAll(0xff0000ff,"called again"); //this line never should get executed. if so, this function gets called again while its still running.. } SetPVarInt(playerid,"BanInProgress",1); //your stuff here SetPVarInt(playerid,"BanInProgress",0);