Quote:
Originally Posted by SAMURAI16
->
Code:
#include <amxmodx>
public plugin_init() {
register_plugin("","","");
set_task(1.0,"advert");
}
public advert()
{
new value = random_num(300,360)
client_print(0,print_chat,"Use /car_crash to get into your cool car")
set_task(float(value),"advert")
}
|
actually i might just have this one, does it just show a message every 300-360 seconds saying /car_crash etc (not hud) ?
__________________