Raised This Month: $ Target: $400
 0% 

FM_Use doesn't work??


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
More
Member
Join Date: Nov 2004
Location: Internet
Old 01-01-2005 , 11:35   FM_Use doesn't work??
Reply With Quote #1

I have a little problem.
I used FM_Use but it doesn't seems to work.

here's my code so far:
Code:
#include <amxmodx> #include <fakemeta> #include <engine> #include <amxmisc> public plugin_init() {   register_plugin("abc", "0.1", "abc")   register_forward(FM_Use, "forward_use") } public forward_use(user, used) {   if ((user > 0) && (used > 0)) {     client_print(0, print_chat, "A button has been used")   }   return FMRES_IGNORED }

the variables user and used I need for later use.

can somebody tell me what I made wrong?

Edit: other fakemeta forwards are working well
More is offline
 



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:17.


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