Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public zp_user_infected_pre(id) {
- if(!(get_user_flags(id) & ADMIN_LEVEL_H))
- {
- if(zp_get_user_next_class(id) == g_werewolf)
- {
- zp_set_user_zombie_class(id, 0)
- client_print(id, print_center, "Nemas pristup VIP klasi!")
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment