MegastoRM

Untitled

Aug 5th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #include <amxmodx>
  2. #include <hamsandwich>
  3. #include <fun>
  4.  
  5. public plugin_init() {
  6. RegisterHam(Ham_Spawn, "player","poceo", 1)
  7. }
  8.  
  9. public poceo(id)
  10. {
  11. if(get_user_flags(id) & ADMIN_LEVEL_H)
  12. {
  13. give_item(id, "weapon_hegrenade")
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment