Raised This Month: $ Target: $400
 0% 

[HELP] Coding


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
happy_2012
Senior Member
Join Date: Aug 2012
Old 09-26-2012 , 17:03   [HELP] Coding
Reply With Quote #1

[B]Hello ,[/B]
[B]I am trying to make a plugin which I can make advertisments in 'HUDMESSAGES'[/B]

[B]I did it but what I want to do is , link the '.sma' file to a '.ini' file so I can edit the messages which I want the advertisor show as 'HUDMESSAGE'[/B]

[B]My code :[/B]
Code:
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Hudmessage"
#define VERSION "1.0"
#define AUTHOR "happy"
 
public plugin_init() {
 register_plugin(Hudmessage, 1.0, happy)
 
 set_hudmessage(0, 255, 0, -1.0, -1.0)
 show_hudmessage(id, "Welcome to ZE BaseBuilder Server")
 
 
}

Last edited by YamiKaitou; 09-26-2012 at 19:27.
happy_2012 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 08:17.


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