HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Multiboard Show

07-04-2004, 07:35 PM#1
champ_
Heya, ive made a pretty nice RPG and i would like to know how i can display a Multiboard to a specific player.

Ive tried
Quote:
if GetLocalPlayer() == Player(0) then
call MultiboardDisplay(udg_Multiboard, true)
endif

I cant make it work somehow, the same damn multiboards show to all damn players in the map.

I know it can be done, please help me.
07-04-2004, 11:20 PM#2
AIAndy
That code should actually work and only display udg_multiboard to Player(0).
Is there maybe another call to display a multiboard somewhere else ?