StopTimerEx - help!!
#2

Код:
new timer1 = SetTimerEx("dance1", 2000, false, "d", playerid);
Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if (newkeys == KEY_SECONDARY_ATTACK)
 	{
KillTimer(timer1);
		return 1;
	}
Reply


Messages In This Thread
StopTimerEx - help!! - by Bleach79 - 22.03.2012, 15:59
Re: StopTimerEx - help!! - by Roel - 22.03.2012, 16:01
Re: StopTimerEx - help!! - by Bleach79 - 22.03.2012, 16:05
Re: StopTimerEx - help!! - by Roel - 22.03.2012, 16:08

Forum Jump:


Users browsing this thread: 1 Guest(s)