this code keeps repeating ifself 8 times if called once?
#2

Код:
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);
Reply


Messages In This Thread
this code keeps repeating ifself 8 times if called once? - by The_Gangstas - 15.12.2010, 01:24
Re: this code keeps repeating ifself 8 times if called once? - by Babul - 15.12.2010, 01:45

Forum Jump:


Users browsing this thread: 1 Guest(s)