Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //------------------------------------------------------------------------------
- //
- // TowTruck miniMission Filter Script v1.0 (VENTURAS EDITION!)
- // Designed for SA-MP v0.2.1
- //
- // Created by zeruel_angel
- //
- //------------------------------------------------------------------------------
- In order to make this Filter Script to work, you need to:
- 1) Copy the content of "FILES" folder into your FilterScritp folder
- 2) Add this filtescript into your server by opening "server.cfg" and adding "TowTruck"
- at the end of "filterscripts" line. It should look like this:
- "filterscripts adminspec actions TowTruck"
- 3) Copy the conten of "scriptfiles" into the folder with the same name in your
- server, if there is no folder like that, create it.
- 4) Give me credits about this.
- //------------------------------------------------------------------------------
- TO CHANGE EARNINGS EDIT LINE 17, 18 and 19
- #define BONUS 500
- #define MAX_CASH 2000
- #define MIN_CASH 1000
- Bonus is the money you get for every car already delivered when you got a bonus
- MAX_CASH and MIN_CASH determinate the range of the money you get each time you deliver
- a car
- //------------------------------------------------------------------------------
- TowTruck.txt stores the places where the wrecked vehilcles may appear
- FEEL FREE TO EDIT THEM AND IF YOU ADD WRECKED CARS IN OTHER CITYS, FEEL FREE TO
- SEND ME THEM TOO ;)
- //------------------------------------------------------------------------------
- You can:
- 1) Use this filterscript on your server
- 2) Copy, modified, reverse enginier, use part, and play with the source code
- 3) Redistribute it
- //------------------------------------------------------------------------------
- You CAN'T
- 1) Claim you are the owner
- 2) Ask money for it
- 3) Pay for it
- 4) Erase me from the credits
- //------------------------------------------------------------------------------
- PM me if you have any question "FORUM.SA-MP.COM" USER "zeruel_angel"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement