Quote:
Originally Posted by One
not understood how to use 
|
First you need to create a channel
PHP Code:
new channel
public plugin_init()
{
channel = CreateHudSyncObj()
}
Then the use it the same
PHP Code:
set_hudmessage()
ShowSyncHudMsg(id, channel, "My Menssege")
__________________