Will give the player a special powerup when driving through a marker.
- Clone the files from this repository into a new folder within the resources folder of your MTA server
- Include the resource in any maps where you want to use the powerups by including it in the meta.xml of the map
<include resource="powerups" /> <!-- Where "powerups" is the name of the folder -->
- Add markers to your map with the map editor. The script will automatically hook to all markers within the map.
Driving through a marker will give the player a random powerup. They can be activated with left ⇧ or right ⇧. Optionally the pickup can be discarded with Z
Drops an explosive barrel behind the player's vehicle. When another player is killed by hitting the barrel, it will count as a kill for a player that placed it.
Gives the player a quick boost forwards at maximum car weight.
The players vehicle is invicible for 10 seconds
The players vehicle has maximum car weight for 10 seconds. It makes it easy to push other players out of the way.
Drops bouncy mines behind the players vehicle
Drops ramps behind the players vehicle
Lets the player shoot rockets from his vehicle
- Add more powerups
- Maybe replace the mine and weight powerups with something more fun