Raised This Month: $ Target: $400
 0% 

WTF is wrong with this 5-line code?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
fiendshard
Senior Member
Join Date: Dec 2009
Location: In Water
Old 05-03-2010 , 20:39   WTF is wrong with this 5-line code?
Reply With Quote #1

hello guys,

can somebody help about this small code-
idea is to constantly show name of the next map under radar:

Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init()
	register_plugin("nextmapradar","1.0","author")
{
            new nextmap[31]
	    
       	format(message,255,"Nextmap: %s", nextmap)
			
                set_hudmessage (255, 0, 0, 0.0, 0.14, 0, 6.0, -1)
                show_hudmessage(id, message)
}
__________________
fiendshard 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 03:45.


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