3661
Games / Re: Garry's mod launch error. Wtf?
« on: June 24, 2011, 08:05:19 AM »y do u talk like a 80 year old OWNEDI don't talk like an 80 year old, I type like one.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
y do u talk like a 80 year old OWNEDI don't talk like an 80 year old, I type like one.
OH OH I GOT ONE8==========D
8==========D ~ ~ ~{()}~ ~
that happens to ppl who priated the game if u hav retail version it loads just fine.Why do you talk like a five year old?
no because nobody plays it anymore. servers are all empty or private.If Halo 1 is alive, I'm sure that 2 is.
PFFFFT! HAHA!
I didn't actually make this. But it's funny.
I would if I didn't suck at itInb4youravatar
That was an amazingly short script.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;
}
}
}Code: [Select]mountall();