Raised This Month: $ Target: $400
 0% 

Need Code to give c4


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 04-11-2015 , 14:10   Need Code to give c4
Reply With Quote #1

if you know the code to give c4 give me

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

#define PLUGIN "Give c4 To T"
#define VERSION "1.0"
#define AUTHOR "xxx"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
RegisterHam(Ham_Spawn"player""fwHamPlayerSpawnPost"1)  
    
}
public 
fwHamPlayerSpawnPost(id) {
    
    if(
is_user_connected(id) && is_user_alive(id) && cs_get_user_team(id) == CS_TEAM_T)
    
give_item(id,"cmd c4?")

__________________
Moroccan and proud
Linkin Hisoka is offline
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 04-11-2015 , 14:20   Re: Need Code to give c4
Reply With Quote #2

it 's ok i have now thanks to ( Egale07 )
__________________
Moroccan and proud
Linkin Hisoka is offline
Freezo Begin
BANNED
Join Date: Mar 2014
Location: Morocco
Old 04-11-2015 , 15:29   Re: Need Code to give c4
Reply With Quote #3

Mam7tajoch bach i 9ad lik chi haja simple dak zamel . well there is a lot of tutorials and this is the easiest thing that i've see , you don't need help ! read tutorials ...
Freezo Begin is offline
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 04-11-2015 , 15:54   Re: Need Code to give c4
Reply With Quote #4

freezo your best friend now is a ennemi ?
__________________
Moroccan and proud
Linkin Hisoka is offline
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Old 04-11-2015 , 15:58   Re: Need Code to give c4
Reply With Quote #5

He is being your friend when he tells you to try to look for information before create a thread. From the plugins you released and claimed to be yours, you could clearly find this out in 5 seconds...
__________________
Jhob94 is offline
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 04-14-2015 , 09:39   Re: Need Code to give c4
Reply With Quote #6

:p
__________________
Moroccan and proud
Linkin Hisoka is offline
wEight
BANNED
Join Date: Jan 2015
Old 04-15-2015 , 17:20   Re: Need Code to give c4
Reply With Quote #7

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

#define PLUGIN "Give c4 To T" 
#define VERSION "1.0" 
#define AUTHOR "xxx" 


public plugin_init() { 
    
register_plugin(PLUGINVERSIONAUTHOR
    
RegisterHam(Ham_Spawn"player""fwHamPlayerSpawnPost"1)   
     

public 
fwHamPlayerSpawnPost(id) { 
     
    if(
is_user_connected(id) && is_user_alive(id) && cs_get_user_team(id) == CS_TEAM_T
    
give_item(id"weapon_c4"

Here's a list of cs weapons, use NAME for weapon's name and ANAME for the weapon's ammunition
https://wiki.alliedmods.net/Cs_weapons_information

Last edited by wEight; 04-15-2015 at 17:24.
wEight 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 07:43.


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