Raised This Month: $ Target: $400
 0% 

Help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
CodeBreaker
Junior Member
Join Date: Mar 2006
Old 03-31-2006 , 00:12  
Reply With Quote #1

Ok, I updated my code, Still get errors.

Code:
#include <amxmodx> #include <amxmisc> #include <fun> #define PLUGIN "Client Gunz" #define VERSION "1.0" #define AUTHOR "CodeBreaker" public give_items(id,level,cid) {     if(!cmd_access(id,level,cid,2) {         client_print(id,print_chat,"[AMXX] No access!")         return PLUGIN_HANDLED     }     give_item(id,"weapon_m4a1")     give_item(id,"weapon_m4a1")     give_item(id,"weapon_m4a1")     give_item(id,"weapon_m4a1")     client_print(id,print_center,"[AMXX] Weapon Added!") }     public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_concmd("amx_weapons","give_items","ADMIN_KICK"," : Gives you some weapons") }

Thanks for the fast help.
__________________
Code:
If you like hawt sawce, paste this into your sig.
CodeBreaker 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 16:37.


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