PHP Code:
#include <amxmodx>
public plugin_init()
{
register_plugin("Adminship details","1.0","GUN SHOOTER")
register_logevent("new_round", 2, "1=Round_Start")
}
public new_round()
{
set_hudmessage(random(256), random(256), random(256), 0.20, 0.60, 2, 6.0, 12.0)
show_hudmessage(id, "Normal Adminship 100rs Per Month & Head-Adminship 150rs Per Month^nFor Adminship^nContact +917687920729 & +919163818354 & +919804848950")
}
__________________