Timers not working properly
#6

Код:
public OnPlayerConnect(playerid) 
{ 
    KillTimer(healthtimer[playerid]); 
    healthtimer[playerid] = SetTimerEx("DecreaseHealth", 30000, 1, "i", playerid); 
    return 1; 
}
Try this
Reply


Messages In This Thread
Timers not working properly - by JaskaranSingh - 19.04.2018, 19:43
Re: Timers not working properly - by AlamoTR - 19.04.2018, 19:51
Re: Timers not working properly - by JaskaranSingh - 19.04.2018, 19:53
Re: Timers not working properly - by Hunud - 19.04.2018, 20:00
Re: Timers not working properly - by JaskaranSingh - 19.04.2018, 20:03
Re: Timers not working properly - by UFF - 20.04.2018, 03:25
Re: Timers not working properly - by GTLS - 20.04.2018, 07:34

Forum Jump:


Users browsing this thread: 2 Guest(s)