Quote:
Originally Posted by tm.
Me too.
|
If you were, then my code was perfectly fine. All he had in the third post was:
PHP 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");
}
Mine carried out the function and displays a hud message when you type /pirkti.
__________________