the plugin is working perfectly now but can you help me so the player using a cmd like /off can switch it off..
Code:
public client_putinserver(id)
{
set_task(1.0, "showMessage", id, _, _, "b")
}
public showMessage(id)
{
if(!is_user_connected(id))
return;
if(is_user_connected(id) && !is_user_alive(id))
{
set_dhudmessage(178, 21, 236, -1.0, 0.20, 0, 1.0, 5.0, 0.1, 0.2)
show_dhudmessage(id, "NEW IPS HERE")
}
}
thankyou crazyman and fysiks and hamlet eagle