timer for dynamic cp
#2

Why not just use Streamer?
Any ways use OnPlayerUpdate, better than timers
Would look something like this
PHP код:
public OnPlayerUpdate(playerid)
{
        if(
IsPlayerInRangeOfPoint(playerid,distance,x,y,z))
    {
     
//do anything here
     
}
        else
        {
        
//if he is not in the range of point
        
}
        return 
1;

Reply


Messages In This Thread
timer for dynamic cp - by PaulDinam - 30.11.2012, 12:37
Re: timer for dynamic cp - by DaRk_RaiN - 30.11.2012, 12:40
Re: timer for dynamic cp - by PaulDinam - 30.11.2012, 13:04
Re: timer for dynamic cp - by park4bmx - 30.11.2012, 13:11
Re: timer for dynamic cp - by DaRk_RaiN - 30.11.2012, 13:28
Re: timer for dynamic cp - by PaulDinam - 30.11.2012, 14:38
Re: timer for dynamic cp - by PaulDinam - 30.11.2012, 18:31
Re: timer for dynamic cp - by GWMPT - 30.11.2012, 18:38
Re: timer for dynamic cp - by B-Matt - 30.11.2012, 18:51
Re: timer for dynamic cp - by PaulDinam - 30.11.2012, 19:37

Forum Jump:


Users browsing this thread: 2 Guest(s)