Doubt????
#2

First you make timer
Then you do this
PHP код:
new Timer1[MAX_PLAYERS];
public 
OnPlayerConnect(playerid)
{
    
Timer1[playerid] = SetTimerEx(blah blah blah);
    return 
1;
}
public 
OnPlayerDisconnect(playeridreason)
{
    
KillTimer(Timer1[playerid])
    return 
1;

Reply


Messages In This Thread
Doubt???? - by bugmenotlol - 08.11.2016, 07:55
Re: Doubt???? - by Micko123 - 08.11.2016, 07:57

Forum Jump:


Users browsing this thread: 1 Guest(s)