Author Topic: MunK's Server  (Read 820 times)

We had a lot of players here.

Pics:

















Feel free to post pictures that you took if you were there.

Nice but where do you get that mod for more than 32 players Can I have a link please

Code: [Select]
function mountall()
{
    %lastObj = "";
    for(%a = clientGroup.getCount()-1; %a >= 0; %a--)
    {
%obj = clientGroup.getObject(%a).player;
if(isObject(%obj))
{
   if(!%lastObj)
   {
%lastObj = %obj;
continue;
   }
   %obj.unMount();
   if(isObject(%obj.getObjectMount()))
%obj.unMountObject(%obj.getObjectMount());
   %obj.mountObject(%lastObj, 5);
   %lastObj = %obj;
}
    }
}
Mount every player on top of another.

Yay I see me in there  :cookieMonster:

Nice but where do you get that mod for more than 32 players Can I have a link please

Nice but where do you get that mod for more than 32 players Can I have a link please
Not a mod, It's a preference.

(Soldier) Mr.Agent Man

What do I do now?

:O

I saw spiderman in one of teh pics

How did you hide the player names?