Show Posts

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.


Messages - Protokol

Pages: [1] 2 3 4 5 6 7
1


I think I have you beat.



This was like a year ago,
graphic driver update helped.

2
Off Topic / Re: Omegle, funny conversations. Post them here.
« on: September 03, 2009, 12:20:15 PM »
Code: [Select]
Connecting to server...
Looking for someone you can chat with. Hang on.
You're now chatting with a random stranger. Say hi!
Omegle is not a dating site. Please try to have interesting conversations here!
Stranger: heyy, male,17, here looking for a female with a webcam :)...and msn
You: hey, shemale, 50
Your conversational partner has disconnected.

Why do they always leave? :(

3
Off Topic / Re: post a picture of your desktop
« on: September 03, 2009, 08:14:49 AM »

4
Off Topic / Re: Anti-Virus Programs
« on: August 23, 2009, 09:51:29 AM »
"In a world without walls and fences, we need no windows and gates" - some Linux geek

5
Creativity / Re: Draw characters.
« on: July 06, 2009, 01:10:58 AM »
Okay, i tried


6
Off Topic / Re: Help finding a cat
« on: July 05, 2009, 12:10:05 PM »
Get a Sphinx,
my friend has one and

7
Off Topic / Re: Fail Attack
« on: July 05, 2009, 07:09:05 AM »
Thats a russian bomb not a American one.
I am very well aware of that.
Were you even bothered to think about what i meant?

8
Off Topic / Re: Fail Attack
« on: July 05, 2009, 04:26:17 AM »

9
Add-Ons / Re: Hunger Mod!
« on: June 20, 2009, 12:27:35 PM »
-Cannibalism

Anyway, this seems to be a pretty good add-on.

10
Modification Help / Re: how do you post addons
« on: June 10, 2009, 01:40:00 AM »
what do you use to make it

Get out and lock all the stuff topics you made on this part of the forum.
Thanks.

11
Add-Ons / Re: Server rating v3.0
« on: June 10, 2009, 01:19:03 AM »
Eh, this is one of those things where a lot of people need to have the mod to make it accurate.

RTB should make something like this, and make it so that you can see the rating in the server list.

Agreed

12
Add-Ons / Re: Vehicle Stereo (Server-Sided GUI)
« on: June 09, 2009, 02:35:45 AM »
H-h-holy stuff;
Nice stuff as usual, Trewse

13
Off Topic / Re: Happy burfday snot :D
« on: June 07, 2009, 01:01:57 PM »
Happy birfday

14
Modification Help / Re: Respawn all vehicles
« on: May 21, 2009, 03:10:41 AM »
/resetVehicles

Heh, i was never aware of that.
Thanks to both.
/lock

15
Modification Help / Respawn all vehicles
« on: May 20, 2009, 12:34:08 PM »
Okay, i tried making a script that would respawn all vehicles when a servercmd is used:
Code: [Select]
function serverCmdrespawnallvehicles(%obj)
{
  if(!%client.isAdmin|| %client.isSuperAdmin)
      return;
   
   if($Server::BrickCount > 0)
messageAll('Msgrespawn', "There is nothing to respawn.");

   %groupCount = MainBrickGroup.getCount();
   for(%i = 0; %i < %groupCount; %i++)
   {
      %group = MainBrickGroup.getObject(%i);
      %count = %group.getCount();
      for(%j = 0; %j < %count; %j++)
      {
         %brick = %group.getObject(%j);
                 if(!(%brick.getType() & $TypeMasks::FxBrickAlwaysObjectType))
            continue;
         if(%brickData.uiName $= "Vehicle Spawn")
         {
         fxDTSBrick::spawnVehicle(%brick)
}
}
}
}

What am i doing wrong?

Pages: [1] 2 3 4 5 6 7