Questions about player timers
#1

Hi

1. Do I need to kill player timers on onplayerdisconnect,or they are killed automatic?
2. Do I need to kill player timers which are not repeat on onplayerdisconnect?
3. In my script(I edit an mode) have in many Timer function Killtimer which are not repeat.It's needed?
For example
Код:
LoginTimer[playerid] = SetTimerEx("LoginCheck", 120000, false, "i", playerid);
Код:
forward LoginCheck(playerid);
public LoginCheck(playerid)
{
        //
	KillTimer(LoginTimer[playerid]);
	//
	return 1;
}
Reply


Messages In This Thread
Questions about player timers - by BalkanEliteRP - 27.02.2018, 21:00
Re: Questions about player timers - by Cypress - 27.02.2018, 21:09
Re: Questions about player timers - by kingmk - 27.02.2018, 21:19
Re: Questions about player timers - by BalkanEliteRP - 27.02.2018, 21:45
Re: Questions about player timers - by AdamsLT - 27.02.2018, 23:41

Forum Jump:


Users browsing this thread: 1 Guest(s)