Raised This Month: $ Target: $400
 0% 

[HELP]How to do check smth after map change


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Metanabol
Member
Join Date: Feb 2009
Old 03-05-2009 , 14:32   Re: [HELP]How to do check smth after map change
Reply With Quote #5

like amx_retrict? hmmm... its not simple buy ...
then round start plugin to players with flag T shows menu with weapons. then they select server use: give_item to player.
PHP Code:
public logevent_Round_Start()
{
    
round++;
    new 
players[32], playerpnum;
    
get_players(playerspnum"a");
    for(new 
0pnumi++)
    {
        
player players[i];
        if(
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_kevlar");
        
give_item(player"item_assaultsuit");
        
give_item(player"item_thighpack");
        if(
round 2) && (mapz 0Showrod(player)
        }
    }

if(round > 2) && (mapz > 0) Showrod(player)
if this is more than 3rd round and mapz more than 0
plugin makes menu: showrod(player) ...
Metanabol 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 17:05.


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