Thread: [Subplugin Submission] [ZP] Server Addon: LevelUp System XP 3.2 Stable
View Single Post
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 11-02-2010 , 09:22   Re: [ZP] Server Addon: LevelUp System XP 3.1 || NEW VERSION 3.1 Update || Fixed Error
Reply With Quote #32

you could use sync hud messages. there better than hudmessages

PHP Code:
#define HUDTASK 1337
new g_sync

plugin_init
()
{
g_sync CreateHudSyncObj()
set_task(1.0"functionhud"HUDTASK__,"b")
}

public 
functionhud()
{
new 
players[32], playernum
get_players
(playersnum)
for(new 
i;i<num;i++)
{
player=players[i]

set_hudmessage25500, -1.00.2801.00.10.11.0, -)
ShowSyncHudMsg(idg_sync"message")
}

__________________
jc980 is offline