Raised This Month: $12 Target: $400
 3% 

3 Grenade


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
moresa
Junior Member
Join Date: Sep 2018
Old 09-13-2018 , 23:05   3 Grenade
Reply With Quote #1

i need a plugin that give each player 3 Grenade
thank you guys you helped me a lot
moresa is offline
Mr Misw
Member
Join Date: Aug 2018
Location: India
Old 09-14-2018 , 04:59   Re: 3 Grenade
Reply With Quote #2

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

#define PLUGIN "3 GRENADES"
#define VERSION "1.0"
#define AUTHOR "Mr Miss"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
RegisterHam(Ham_Spawn"player""Player_Spawn"1);
}

public 
Player_Spawn(id)
{
    
give_item(id"weapon_hegrenade")
    
cs_set_user_bpammo(idCSW_HEGRENADE3);


__________________
Facebook ==> Here
ScrewedUP's Website :
Main Website
My Ranking System [Skin Version] :
ScrewedUP Ranking System
My Ranking System [Without Skin Version] :
ScrewedUP Ranking System
Mr Misw is offline
Reply


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


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