Just change this:
Code:
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")
}
-->
Code:
public new_round()
{
set_hudmessage(random(256), random(256), random(256), 0.20, 0.60, 2, 6.0, 12.0)
show_hudmessage(0, "Normal Adminship 100rs Per Month & Head-Adminship 150rs Per Month^nFor Adminship^nContact +917687920729 & +919163818354 & +919804848950")
}