Raised This Month: $ Target: $400
 0% 

Help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
CodeBreaker
Junior Member
Join Date: Mar 2006
Old 03-30-2006 , 23:52   Help
Reply With Quote #1

I need help coding this, First time at AMXX *hides*

Code:
#include <amxmodx> #include <amxmisc> #include <fun> #define PLUGIN "Client Gunz" #define VERSION "1.0" #define AUTHOR "CodeBreaker" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR) } public give_items(id,level,cid) {     if(!(get_user_access(id,&ADMIN_KICK)) {         client_print(id, print_center, "[AMXX] Access not granted.")         return PLUGIN_HANDLED     }     else     {         give_item(id,"weapon_m4a1")         give_item(id,"weapon_m4a1")         give_item(id,"weapon_m4a1")         give_item(id,"weapon_m4a1")         client_print(id,print_chat,"[AMXX] Added Weapon - M4A1")     }

I know there is some stuff missing, but why am I getting errors with that stuff?
__________________
Code:
If you like hawt sawce, paste this into your sig.
CodeBreaker is offline
 


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 16:37.


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