Advertisement
JeffryUGP

[INC] Weapon Drop - Readme

Jun 30th, 2013
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. /*======================================================================================================*
  2. * This Weapon-Drop Include is made by Jeffry! *
  3. * *
  4. * *
  5. * Made in April 2011. Updated in June 2013 *
  6. * *
  7. * Your Rights: *
  8. * *
  9. * -You are allowed to modify this Include, aslong as you DO NOT remove credits or re-upload it. *
  10. * *
  11. * -You are NOT allowed to re-upload this Filterscript. *
  12. * -You are NOT allowed to claim this as your own. *
  13. * -You are NOT allowed to remove any credits. *
  14. * *
  15. * Thank you. *
  16. * Have fun. I would be happy if you give me /credits. :D *
  17. * *
  18. *=======================================================================================================*/
  19.  
  20. INSTALL: • Put the WeaponDrop.inc file into your .../pawno/includes folder.
  21. • Open the filterscript/gamemode in which you want to put the Include
  22. • Put under OnFilterScriptInit or OnGameModeInit: OnWeaponDropInit();
  23. under OnPlayerPickUpPickup: OnWeaponDropPickup(playerid, pickupid);
  24. under OnPlayerDeath: OnWeaponDrop(playerid);
  25. under OnPlayerComandText: if(OnWeaponDropCommand(playerid, cmdtext) == 1) return 1;
  26. and under OnFilterScriptExit or OnGameModeExit: OnWeaponDropExit();
  27. • Compile and run the code.
  28.  
  29.  
  30. Now, have fun with the Weapon Drop Include. If you find any bugs, or mistakes, or have any questions, just contact me.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement