Raised This Month: $ Target: $400
 0% 

I dont understand get_item plz help..


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Crazywelder1
Member
Join Date: Mar 2004
Location: CA
Old 02-06-2005 , 23:50  
Reply With Quote #10

u mean i am right how i wrote it but it needs to be lower cased??

ok it worked but i ve also have had a problem with getting one loose indentation can u help me figure it ou becuase i ve been try really hard since i did get it from 2 to 1 loose indentation.


Code:
#include <amxmodx> #include <amxmisc> #include <fun> #include <amxconst> // PLUGIN[]="WeaponGiver" // AUTHOR[]="Garrett" // VERSION[]="0.01" public plugin_init() {     register_plugin("WeaponGiver", "0.01", "Garrett")     register_concmd("amx_wg", "cmd_wg", ADMIN_SLAY, "Gives weapon!!") } public cmd_wg(id, level, cid) {     if (!cmd_access(id, level, cid, 2))        return PLUGIN_HANDLED         give_item(id, "weapon_m4a1") {   return PLUGIN_HANDLED         }       }
Crazywelder1 is offline
Send a message via MSN to Crazywelder1
 



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 19:15.


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