Raised This Month: $ Target: $400
 0% 

/give weapon


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
TitANious
Veteran Member
Join Date: Feb 2009
Location: Denmark
Old 04-03-2009 , 13:10   /give weapon
Reply With Quote #1

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

#include <amxmodx>
#include <fun>

#define PLUGIN "snipers"
#define VERSION "0.1"
#define AUTHOR "TitANious"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	register_clcmd("say /scout", "give_scout")
	register_clcmd("say /AWP", "give_awp")
	register_clcmd("say /sg552", "give_sg552")
	register_clcmd("say /g3sg1", "give_g3sg1")

public give_scout
{
	give_item, ("weapon_scout")
}
public give_g3sg1
{
	give_item, ("weapon_g3sg1")
}
public give_awp
{
	give_item, ("weapon_awp")
}
public give_sg552

	give_item, ("weapon_sg552")
}
Whats wrong? :S
__________________
I dislike this.

"A sneeze never comes alone!" <-- Important to remember.
TitANious is offline
Send a message via MSN to TitANious
 


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 02:25.


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