22.09.2012, 15:45
At the top of my script
Under in gamemode init.
Then i have
the timer doesnt actually work? after i have waited a minute it just doesnt do anything?
Quote:
forward message(playerid); |
Quote:
SetTimer("message", 60000, false); |
Код:
public message(playerid) { TextDrawShowForPlayer(playerid, Text:Textdraw1); PlayAudioStreamForPlayer(playerid, "http://soundfxnow.com/soundfx/RefereeWhistle02.mp3"); }