Raised This Month: $ Target: $400
 0% 

VIP Plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
4iriks
Member
Join Date: Nov 2009
Old 05-17-2010 , 08:08   VIP Plugin
Reply With Quote #1

Is it possible to edit this when i got 2 HE grenades , 2 flashes , and 2 smokes in each round?

AND + get 5 ammo packs for Zombie Plague mod each round?

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");
        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
}

Last edited by 4iriks; 05-17-2010 at 08:11.
4iriks is offline
 



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