HI, can you help me with makin plugin wich will show chat message only for player.
Surch as:
PHP Code:
public client_authorized(id)
{
set_task(60.0, "connectzprava", id, _, _, "b")
}
public connectzprava(id)
{
ColorChat(id, NORMAL, "^1[XStrike] Napis ^4/vip ^1pro zobrazeni informaci o VIP")
}
That chat message can see all players. How make it only for user ? For VIPS will be hiden
__________________