MegastoRM

Untitled

Apr 17th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1.  
  2. public zp_user_infected_pre(id) {
  3. if(!(get_user_flags(id) & ADMIN_LEVEL_H))
  4. {
  5. if(zp_get_user_next_class(id) == g_werewolf)
  6. {
  7. zp_set_user_zombie_class(id, 0)
  8. client_print(id, print_center, "Nemas pristup VIP klasi!")
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment