Settimer
#3

pawn Код:
forward message();
 
public OnGameModeInit()
{
    print("Starting timer...");
    SetTimer("message",1000,false); // Set a timer of 1000 miliseconds (1 second)
}
 
public message()
{
    print("1 second has passed.");
plz show me an example
Reply


Messages In This Thread
Settimer - by Ironboy - 14.02.2011, 13:33
Re: Settimer - by Conroy - 14.02.2011, 13:41
Re: Settimer - by Ironboy - 14.02.2011, 13:49
Re: Settimer - by BlackWolf120 - 14.02.2011, 13:49
Re: Settimer - by Ironboy - 14.02.2011, 13:53
Re: Settimer - by BlackWolf120 - 14.02.2011, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)