MegastoRM

Untitled

Aug 11th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #include <amxmodx>
  2. #include <amxmisc>
  3.  
  4. #define POENI 5
  5.  
  6. new poeni[33]
  7.  
  8. public plugin_init()
  9. {
  10. register_event("DeathMsg", "eDeath", "ade")
  11. }
  12.  
  13. public eDeath()
  14. {
  15. new attacker = read_data(1);
  16. if(is_user_connected(attacker))
  17. poeni[attacker]+=POENI
  18. }
Advertisement
Add Comment
Please, Sign In to add comment