ok, i removed them, and it now looks like this
Code:
#include <amxmodx>
set_hudmessage(255, 255, 0, -1.0, -1.0, 0, 6.0, 5.0)
show_hudmessage(id, "Rasyk /pirkti jei nori vip/admin privelgu!")
public plugin_init()
{
register_plugin("Pirkti menu", "1.0", "omgitsme")
register_clcmd( "say /pirkti","Pirkti");
}
is it correct now? what other modelus should i include? and i would like it to apear at the round start. my "first plugin that i want to update. sorry for stupid/noob questions. thanks
__________________