Advertisement
Guest User

zeruel_angel

a guest
Aug 10th, 2007
765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.96 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. //
  3. //   TowTruck miniMission Filter Script v1.0 (VENTURAS EDITION!)
  4. //   Designed for SA-MP v0.2.1
  5. //
  6. //   Created by zeruel_angel
  7. //
  8. //------------------------------------------------------------------------------
  9.  
  10. In order to make this Filter Script to work, you need to:
  11.  
  12. 1) Copy the content of "FILES" folder  into your FilterScritp folder
  13. 2) Add this filtescript into your server by opening "server.cfg" and adding "TowTruck"
  14.    at the end of "filterscripts" line. It should look like this:
  15. "filterscripts adminspec actions TowTruck"
  16. 3) Copy the conten of "scriptfiles" into the folder with the same name in your
  17.    server, if there is no folder like that, create it.
  18. 4) Give me credits about this.
  19. //------------------------------------------------------------------------------
  20.  
  21. TO CHANGE EARNINGS EDIT LINE 17, 18 and 19
  22. #define BONUS 500
  23. #define MAX_CASH 2000
  24. #define MIN_CASH 1000
  25. Bonus is the money you get for every car already delivered when you got a bonus
  26. MAX_CASH and MIN_CASH determinate the range of the money you get each time you deliver
  27. a car
  28. //------------------------------------------------------------------------------
  29. TowTruck.txt stores the places where the wrecked vehilcles may appear
  30.  
  31. FEEL FREE TO EDIT THEM AND IF YOU ADD WRECKED CARS IN OTHER CITYS, FEEL FREE TO
  32. SEND ME THEM TOO ;)
  33.  
  34. //------------------------------------------------------------------------------
  35. You can:
  36.  
  37. 1) Use this filterscript on your server
  38. 2) Copy, modified, reverse enginier, use part, and play with the source code
  39. 3) Redistribute it
  40.  
  41. //------------------------------------------------------------------------------
  42. You CAN'T
  43.  
  44. 1) Claim you are the owner
  45. 2) Ask money for it
  46. 3) Pay for it
  47. 4) Erase me from the credits
  48.  
  49. //------------------------------------------------------------------------------
  50.  
  51. PM me if you have any question "FORUM.SA-MP.COM" USER "zeruel_angel"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement