Raised This Month: $ Target: $400
 0% 

[Biohazard] INFECT GRENADE ( ZOMBIE ONLY)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Daku
Senior Member
Join Date: Nov 2009
Location: Poland / Polska
Old 06-01-2010 , 13:21   [Biohazard] INFECT GRENADE ( ZOMBIE ONLY)
Reply With Quote #1

Hi,

as in the title I wanted to write a plugin that gives the same infectious zombies garnet pomegranate dish is a breeze

Code:
* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fakemeta>
#include <hamsandwich>
#include <xs>
#include <fun>
#include <biohazard>


#define PLUGIN "INFECT GRENADE"
#define VERSION "1.0"
#define AUTHOR "DAKU[PL]"

public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
}

public granat(id) {
    if(is_user_alive(id))
        {
            if(is_user_infected(id))
            {
                give_item(id, "weapon_hegrenade");
                client_print(id, print_chat, "[BIOHAZARD] Jestes zombi dostales granat infekcyjny");
// UP translate [BIOHAZARD] You are a zombie, you got a infect grenade 
            }
        }
    }
at the moment I have so much a person gets infected with a grenade and only so much I can do (I am newbie with scriptingu) I ask you for help
Daku is offline
Send a message via Skype™ to Daku
 


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


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