This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

All C4


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Randomize
BANNED
Join Date: May 2012
Location: in your heart
Old 08-15-2012 , 21:01   All C4
Reply With Quote #1

Is there any plugins which give all players c4?
Randomize is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 08-17-2012 , 10:16   Re: All C4
Reply With Quote #2

Quote:
Originally Posted by ANTICHRISTUS View Post
__________________
ANTICHRISTUS is offline
pokemonmaster
princess milk
Join Date: Nov 2010
Location: Somewhere in this world
Old 08-17-2012 , 10:31   Re: All C4
Reply With Quote #3

He ment to give the c4 bomb to all players not to add bomb zones
Try this:
PHP Code:
#include <amxmodx>
#include <fun>

#define PLUGIN "C4 ALL"
#define VERSION "1.0"
#define AUTHOR "Khalid"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_event("HLTV""eNewRound""a""1=0""2=0")
}

public 
eNewRound()
{
    new 
players[32], countplayer
    get_players
(playerscount"a")
    
    for(new 
icounti++)
    {
        
player players[i]
        if(!
is_user_alive(player))
            return;
        
        else 
            
give_item(player"weapon_c4")
    }

__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه
No longer active in AMXX. Sorry.

Last edited by pokemonmaster; 08-17-2012 at 10:31. Reason: <fun> was <Fun>
pokemonmaster is offline
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 16:27.


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