Raised This Month: $51 Target: $400
 12% 

No commands are working.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
NewUser
Member
Join Date: Mar 2006
Location: over there
Old 03-31-2006 , 21:44   No commands are working.
Reply With Quote #1

Code:
public plugin_init() { //blah     register_concmd("say /gaben","gabensauce",ADMIN_ALL,"- description bs-"); // Neither are console commands...     register_concmd("amx_gaben","gabenify",ADMIN_ALL,"- description stuffzorz -"); public gabenify(id) {     client_print(id,print_chat, "lawl you have been gabenified.");     return PLUGIN_HANDLED; } public gabensauce(id) {    client_print(id,print_chat, "teh gaben pwnzorz dewd.")    return PLUGIN_HANDLED; }

Any ideas? It's pissing me off. It's so simple, but it doesn't want to function. It's embarassing
__________________
LEWL.
NewUser is offline
capndurk
Senior Member
Join Date: Feb 2006
Old 03-31-2006 , 21:53  
Reply With Quote #2

You are not worthy of gaben commands.






















(change first register_concmd to register_clcmd("say /gaben","gabensauce"))
__________________
I have left these forums because a certain respected member has been acting immaturely lately and has decided that I am not welcome in this community.
capndurk is offline
capndurk
Senior Member
Join Date: Feb 2006
Old 03-31-2006 , 21:55  
Reply With Quote #3

Oh yeah, and register_plugin.....


//edit// and close your plugin_init() function with a }........
__________________
I have left these forums because a certain respected member has been acting immaturely lately and has decided that I am not welcome in this community.
capndurk is offline
NewUser
Member
Join Date: Mar 2006
Location: over there
Old 03-31-2006 , 21:56  
Reply With Quote #4

It was a quick sample fewl.
__________________
LEWL.
NewUser 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 12:12.


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