Raised This Month: $ Target: $400
 0% 

Function on all


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Diegorkable
Veteran Member
Join Date: Jun 2011
Old 06-24-2011 , 15:04   Re: Function on all
Reply With Quote #7

Here is the new code, it doesn't work either.
Whats wrong?!?

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>

#define PLUGIN "Defuse Kit"
#define VERSION "1.0"
#define AUTHOR "p1Mp"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_logevent("round_start"2"1=Round_Start")  
}

public 
round_start()
{
    new 
players[32], numid
    get_players
(playersnum"aeh""CT")
    for(new 
0numi++)
    {
        
id players[i]
        
give_item(i"item_thighpack")
    }


Last edited by Diegorkable; 06-24-2011 at 15:11.
Diegorkable 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 23:31.


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