Robbery time
#2

You could use SetTimer function. And call it when someone is attempting to rob.

PHP код:
forward RobberyTimer();
public 
OnGameModeInit()
{
    
SetTimer("RobberyTimer"30000false);
    return 
1;
}
public 
RobberyTimer()
{
    return 
1;

Reply


Messages In This Thread
Robbery time - by mailu - 03.01.2013, 20:54
Re: Robbery time - by ThePhenix - 03.01.2013, 21:05
Re: Robbery time - by GhostDeath - 03.01.2013, 21:19
Re: Robbery time - by mailu - 03.01.2013, 21:34

Forum Jump:


Users browsing this thread: 1 Guest(s)