Raised This Month: $ Target: $400
 0% 

Several Easy Hl Coding Questions


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
broertje
Senior Member
Join Date: Mar 2005
Old 03-01-2006 , 03:40  
Reply With Quote #3

I tried something,got 6 warnings,so if anyone could help me a little bit.
Code:
#include <amxmodx> #include <amxmisc> #define PLUGIN "New Plugin" #define VERSION "1.0" #define AUTHOR "Author" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         register_cvar("amx_counter", "1") }     public mess(id)     {         new timel         get_timeleft(timel,32)     if ( !get_cvar_num("amx_counter") )     {           set_hudmessage(255, 255, 255, 0.00, 0.00, 0, 6.0, 12.0)              show_hudmessage(id, "%s Remaining",timel)         return PLUGIN_HANDLED     } }
broertje 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 20:19.


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