Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /*=============================================================================
  2. AWP Limit + reklama
  3. =============================================================================*/
  4. public Plublic_Check()
  5. {
  6. AWP_Num[1] = AWP_Num[2] = 0
  7. for(new id = 1; id <= MAX_PLAYERS; id++)
  8. {
  9. if(!is_user_connected(id))
  10. {
  11. continue;
  12. }
  13. if(user_has_weapon(id, CSW_AWP) && is_user_alive(id))
  14. {
  15. new Player_Team = get_user_team(id);
  16. AWP_Num[Player_Team]++
  17. }
  18. if(!is_user_alive(id) && ~get_user_flags(id) & EVIP)
  19. {
  20. set_dhudmessage(255, 255, 0, -1.0, 0.15, 0, 6.0, 1.1)
  21. show_dhudmessage(id, "Aktivujte si ExtraVip prikazom /evip alebo na nasej webovej stranke.");
  22. }
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement