Raised This Month: $ Target: $400
 0% 

VIP Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
FlyingHorse
Senior Member
Join Date: Apr 2010
Location: Under your bed.
Old 05-17-2010 , 15:03   Re: VIP Plugin
Reply With Quote #1

i never used nades and stuff before.. but this might work
Code:
public fwHamPlayerSpawnPost() {

    new players[32], player, pnum;
    get_players(players, pnum, "a");
    for(new i = 0; i < pnum; i++)
    {
        player = players[i];
        if(is_user_alive(player) && get_user_flags(player) & ADMIN_LEVEL_H)
        {
        give_item(player, "weapon_hegrenade");
    cs_set_user_bpammo( player, CSW_HE, 2 );
}
{
    give_item(player, "weapon_flashbang");
    cs_set_user_bpammo( player, CSW_FLASHBANG, 2 );
}
{
    give_item(player, "weapon_smokegrenade");
    cs_set_user_bpammo( player, CSW_SMOKE, 2 );
        
    give_item(player, "item_assaultsuit");
        give_item(player, "item_thighpack");
        }
    }
    return PLUGIN_HANDLED
}
FlyingHorse is offline
Send a message via Skype™ to FlyingHorse
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:33.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode