Thread: VIP Plugin
View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 11-05-2020 , 17:18   Re: VIP Plugin
Reply With Quote #8

Or try this idea:

PHP Code:
public event_new_round()
{
    
CurrentRound++;
    new 
players[32], playerpnum;
    new 
iFreezeTime get_cvar_num("mp_freezetime")
    
get_players(playerspnum"a");
    
    if (
iFreezeTime <= 0) {
        for(new 
0pnumi++)
        {
            
player players[i];
            if(
is_user_alive(player) && get_user_flags(player) & ADMIN_LEVEL_H)
            {
            
give_item(player"weapon_hegrenade")
            
give_item(player"weapon_flashbang")
            
give_item(player"weapon_flashbang")
            
give_item(player"weapon_smokegrenade")
            
give_item(player"item_assaultsuit")
            
give_item(player"item_thighpack")
            }
        }
    }
    
    return 
PLUGIN_HANDLED

__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.

Last edited by Supremache; 11-05-2020 at 17:24.
Supremache is offline