14.04.2008, 03:13
Nice 
Idea for next version: Maybe you can support also the other bus-model 437 (Coach).
Edit: Oh, and those 'horns' will only work for id '0'

Idea for next version: Maybe you can support also the other bus-model 437 (Coach).
Edit: Oh, and those 'horns' will only work for id '0'
Код:
new Timer1[MAX_PLAYERS]; new Timer2[MAX_PLAYERS];
Код:
Timer1[playerid] = SetTimerEx("HornA", 60000, 1, "i", playerid); Timer2[playerid] = SetTimerEx("HornB", 60500, 1, "i", playerid);
Код:
KillTimer(Timer1[playerid]); KillTimer(Timer2[playerid]);