HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Showing Multiboard to One Player

03-06-2004, 08:37 PM#1
Eriond
I've done this before, but can't remember how...

And saying GetLocalPlayer() doesn't cut it...

I've already got a local player varaible, now how to I work it exactly?
03-06-2004, 09:06 PM#2
Vectar
Quote:
Originally Posted by Eriond
I've done this before, but can't remember how...

And saying GetLocalPlayer() doesn't cut it...

I've already got a local player varaible, now how to I work it exactly?
Well, not sure since I have not done this, but if you were to just do a for all players loop and contain your show muktiboard statement within an if statement, such as

for each player
{
if player == your variable
{
then
show multiboard
else
nothing
}
}

once again, may want to wait to see if someone agrees with me before spending your time.

Vectar
03-06-2004, 09:09 PM#3
Eriond
Right, yeah, that's how I did it. Thanks