Raised This Month: $ Target: $400
 0% 

What is wrong here???


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
joecaprini
Junior Member
Join Date: Jul 2004
Location: In a blackhole
Old 07-12-2004 , 19:08  
Reply With Quote #5

I tried to make a batman script after this. Why doesn't it work???

Code:
/*AMX MOD X SCRIPT * *Batman Weapons * *Gives all rifles * *Version 1.1 * *Created by IseeOWNEDpeople AKA JoeCaprini */ #include <amxmodx> #include <amxmisc> #include <fun> public plugin_init(){ register_plugin("Batman Weapons","1.1","IseeOWNEDpeople") register_concmd("amx_batman","brucewayne",ADMIN_IMMUNITY,"1 = On 2 = Off") register_cvar("amx_batman","1") } public brucewayne(id){ if(get_cvar_num("amx_batman") == 0){ return PLUGIN_HANDLED } if(get_cvar_num("amx_batman") == 1){ give_item(id,"weapon_awp") give_item(id,"weapon_m4a1") give_item(id,"weapon_ak47") give_item(id,"weapon_aug") give_item(id,"weapon_sg552") give_item(id,"weapon_mp5navy") give_item(id,"weapon_xm1014") give_item(id,"weapon_elite") give_item(id,"weapon_deagle") give_item(id,"weapon_flashbang") give_item(id,"weapon_hegrenade") give_item(id,"weapon_smokegrenade") } return PLUGIN_HANDLED }
__________________
-JOECAPRINI-
joecaprini is offline
Send a message via AIM to joecaprini
 



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 14:38.


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