Posts: 607
Threads: 36
Joined: Mar 2009
Reputation:
0
I was outlining a game mode earlier today, thinking of things that would be good to throw into a GM. My question is, is there a way to make a timer to where your tires on the vehicle will pop?
Posts: 647
Threads: 34
Joined: Apr 2009
Reputation:
0
So you want to make a timer..that makes all tires pop after a certain time ?
well there already standard popping in sa-mp 0.3 when you shoot at them.
maybe you could try the popping function in 'OnplayerEnterVehicle ?
Posts: 607
Threads: 36
Joined: Mar 2009
Reputation:
0
The reason I was asking, is because I'm gonna try to make a script to make wear and tear on your vehicle, and after a certain time, you need to get maintenance done. If you don't your tires will blow, and then your car will smoke and not move anymore.
Posts: 647
Threads: 34
Joined: Apr 2009
Reputation:
0
Nice idea, but im not sure if its possible because
the tirepopfunction is always used under ongamemodeinit .
i suggest that you test if it works also on a command. because if that works it would also work on timers,pickups etc.
If that works (wich i dont think so) then maybe you can work on your idea good luck!
Posts: 6,129
Threads: 36
Joined: Jan 2009
You can't pop tires, the "tire pop function" is the one which enables the popping of tires, it doesn't pop them.
Posts: 647
Threads: 34
Joined: Apr 2009
Reputation:
0
O ye -lol- forgot about that...Calgon is right forget about this its not gonna work