Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*======================================================================================================*
- * This Weapon-Drop Include is made by Jeffry! *
- * *
- * *
- * Made in April 2011. Updated in June 2013 *
- * *
- * Your Rights: *
- * *
- * -You are allowed to modify this Include, aslong as you DO NOT remove credits or re-upload it. *
- * *
- * -You are NOT allowed to re-upload this Filterscript. *
- * -You are NOT allowed to claim this as your own. *
- * -You are NOT allowed to remove any credits. *
- * *
- * Thank you. *
- * Have fun. I would be happy if you give me /credits. :D *
- * *
- *=======================================================================================================*/
- INSTALL: • Put the WeaponDrop.inc file into your .../pawno/includes folder.
- • Open the filterscript/gamemode in which you want to put the Include
- • Put under OnFilterScriptInit or OnGameModeInit: OnWeaponDropInit();
- under OnPlayerPickUpPickup: OnWeaponDropPickup(playerid, pickupid);
- under OnPlayerDeath: OnWeaponDrop(playerid);
- under OnPlayerComandText: if(OnWeaponDropCommand(playerid, cmdtext) == 1) return 1;
- and under OnFilterScriptExit or OnGameModeExit: OnWeaponDropExit();
- • Compile and run the code.
- 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