Raised This Month: $ Target: $400
 0% 

can someone help me with this please!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
maximus.toby
Junior Member
Join Date: Mar 2012
Old 08-13-2013 , 11:22   can someone help me with this please!
Reply With Quote #1

can someone help me how to code freeze at the end off the round, i alrdy have dropguns at the end of the round, but i want to, so they freeze to for like 1 sec
can someone help me with this Thank alrdy! xx


PHP Code:
#include <amxmodx>
#include <fun>

public plugin_init()
{
    
register_plugin("Drop weapons""1.0""FA");
    
    
register_logevent("round_end"2"1=Round_End");
}

public 
round_end() 

    new 
players[32],inum
    
get_players(players,inum
    for(new 
idid<inum;id++) { 
       if( 
is_user_alive(id) )
    {
        
strip_user_weapons(id); 
        
give_item(id"weapon_knife"); 
    }
    } 

maximus.toby is offline
 


Thread Tools
Display Modes

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 15:52.


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