Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <amxmodx>
- #include <hamsandwich>
- #include <fun>
- public plugin_init() {
- RegisterHam(Ham_Spawn, "player","poceo", 1)
- }
- public poceo(id)
- {
- if(get_user_flags(id) & ADMIN_LEVEL_H)
- {
- give_item(id, "weapon_hegrenade")
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment