14.04.2008, 12:51
Just what i was looking for thanks! great work!
Originally Posted by =>Sandra<=
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' Code:
new Timer1[MAX_PLAYERS]; new Timer2[MAX_PLAYERS]; Code:
Timer1[playerid] = SetTimerEx("HornA", 60000, 1, "i", playerid); Timer2[playerid] = SetTimerEx("HornB", 60500, 1, "i", playerid); Code:
KillTimer(Timer1[playerid]); KillTimer(Timer2[playerid]); |
Originally Posted by MueldersX2
looks good, but I have 1 question.
is it possible to enter the "normal" bus as passenger? |
Originally Posted by Franjdea
Really nice job man, I hope you do some more things like this, can I suggest you make a limo interior next? Anyway great job man!
|