[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")
}