try this:
Code:
public client_authorized(id)
{
set_task(60.0, "PrintText")
}
public PrintText(id)
{
client_print(id, print_chat, "[VIP] Write /wantvip and u will see VIP privilegies and hot to get VIP.")
}
if it doesnt work try using colorchat:
Code:
public client_authorized(id)
{
set_task(60.0, "PrintText")
}
public PrintText(id)
{
ColorChat(id, GREY, "[VIP] Write /wantvip and u will see VIP privileges and how to get the VIP."
}