Hi guys, in trollboss.cs there is a function that burns other car when y type tb.fire <playername>
:FIRE_ACT
wait 0
6@ = Actor.CurrentCar(4@)
Actor.StorePos($PLAYER_ACTOR, 7@, 8@, 9@)
if
Actor.Driving($PLAYER_ACTOR)
then
5@ = Actor.CurrentCar($PLAYER_ACTOR)
036A: put_actor $PLAYER_ACTOR...