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.


  Show Posts
Pages: [1] 2
1  Liberty Unleashed / Suggestions / Sound.Loop on: May 01, 2012, 01:18:17 am
Pretty simple, an option to loop a sound. It could also be set how many times it could be looped 0 for infinite loop.
2  Off Topic / Spam / Full Browser! on: March 09, 2012, 03:35:48 am
YEAAAAH! A Rare sight in LU:





*88nateatx is now a proper spammer, with proper grammar.
3  Liberty Unleashed / Liberty Unleashed Chat / Andreas Unleashed? on: February 13, 2012, 05:02:49 pm
Earlier today, I was fiddling around with my server and when I changed the game number to 3, I got:



OH YEAH. I know your secret. ;D
4  Liberty Unleashed / Liberty Unleashed Chat / Hydraulics on: December 22, 2011, 02:33:53 am
Just wondering, that if there will ever be Hydraulics for the Yardie Lobo in Liberty Unleashed.

Well...will there? :D
5  Off Topic / Spam / Intensive LCPD Unit on: December 13, 2011, 04:42:59 am
The police in GTA III got a new siren.  ;D YAY Taxes gone to waste!  8)

Intensive LCPD Unit
6  Off Topic / Spam / Vice City vs Doom on: December 06, 2011, 01:04:27 am
The sequel to GTA III vs Doom. Kinda. ( With slightly better editing!  :D )

When monsters invade Vice City, it is up to two young space marines to take them down.
Will they succeed?

Vice City vs Doom
7  Off Topic / Spam / Post your favourite music here! on: November 29, 2011, 01:41:29 pm


[url=http://www.youtube.com/watch?v=SfPLcQhXpCc#




[url=http://www.youtube.com/watch?v=a-vS_T6W8C0#ws


Abba Dancing Queen lyrics


( and yes, I like dancing queen, shut up about it :P )

8  Off Topic / General Chat / GTA V Trailer on: November 04, 2011, 01:26:47 am
Great news, GTA V is coming out!  :o

Grand Theft Auto V Trailer
9  Liberty Unleashed / LU Clans / [AsS] Clan on: November 02, 2011, 11:48:36 pm
Story:

Back in LU Beta times, AsS, TB, and GLT were in a war, they all wanted to cruch each other's clans, but then as of a miracle, we realized that we were meant to join forces, so we called a meeting at the Portland Docks, we discussed Bases, Terrotories, Gang cars and much more.
No one tried to pull any kind of weapon, so the meeting went very, very smooth.

Later on, our clans slowly, silently left Liberty City, for San Andreas and Vice City.
Many months later, we just so happened to come back at the same time, so we met up again to reunite and so, the UAP is back!

Taking back Portland wasnt easy though, some new clans that came to town set up shop in our old bases, so we just stormed in there and took our bases and territories back.



Members:



We have a low list of members of AsSes in Liberty, ATM, our numbers will hopefully be increasing soon, here is a full list of AsS Members.

AsS Members in total:

88nateatx
Dark
Defy
Dr.Robotnik
Grugi
Helena
Hero
Hrvoje
Icarus
Ice_Queen
LadyGaGa
Orga
Rodrigo
Savior
The_Punisher
Vilis

Trials:
Amin
Bryant
Gamer
Kittrell

AsSes in LU:
88nateatx
Hrvoje
Savior ( on a blue moon on Friday the 13th when all the planets align. )
Bryant

Friends and Foes:

Allies:

[GLT]
[TB]
[Neo]
[TZC]

Enemies:
Mafia Clan
Virtual Owners
Forelli

Base and Territory:
Salvatore Mansion, St. Marks.

Forum:
http://ass-clan.team-forum.net/

Dont be shy! Apply!
10  Scripting / Script Help / Bomb Da Base Timer on: November 02, 2011, 11:50:34 am
I'm working for a timer for a "Bomb Da Base" Server, and I was wondering...what did I do wrong here?
I'm trying to make it so that whenever you stand in a sphere for 5 seconds you get a Detonator, and when you leave it stops the timer, and insults you (  :P )

Code: [Select]
function onPlayerEnterSphere( player, sphere )
{
NewTimer( GetDetonator, 5000, 1 );
}
function onPlayerExitSphere( player, sphere )
{
    MessagePlayer( "Fine, run away, you coward!", player );
Timer.Stop;
    return 1;
}
function GetDetonator ( player )
{
MessagePlayer( "=You got the Detonator, Kid! Get off the boat and blow this joint!=", player, 255, 0, 0 );
Message( "="+ player + "'s got the Detonator!=", 255, 0, 0 );
player.SetWeapon( 12, 1 );
}
11  Scripting / Scripting Discussion / Playing Midis on: October 30, 2011, 03:23:26 am
Do you think it would be possible to play Midis on a server?
Been digging around for some Wolf3D and Doom Midis ;)
12  Liberty Unleashed / Bug Reports / Text spazzing out then a crash on: October 25, 2011, 03:09:38 am
I've been meaning to report this one for quite a while, just never took the time.  :-X

•The version you are using. - 0.1.0.11
•What you/the other player were doing when you noticed the bug? - Typing a "long" sentence. ( with /chatback off )
•Is it reproducible? If so, how? -  By typing a "looong" sentence  with /chatback off :o
•What you would expect to happen if the bug didn't occur - I would assume that this has been fixed.  :D
•A brief description of the bug - When you type a "looong" sentence ( about 12> words ) the words would starts flickering like lights in a dance club, then you crash.  ??? ( Unless using /chatback on )

13  Scripting / Script Snippets / /count on: October 25, 2011, 03:03:14 am
Code: [Select]
function onPlayerCommand( player, cmd, text )
{
if ( cmd == "count" )
{
NewTimer( Message, 1000, 1, "=3=", 200, 0, 0 );
NewTimer( Message, 2000, 1, "=2=", 200, 0, 0 );
NewTimer( Message, 3000, 1, "=1=", 200, 200, 0 );
NewTimer( Message, 4000, 1, "=GO!=", 0, 200, 0 );
}
}
Just a colorful little counting script snippet.
Useful for DMs.
14  Off Topic / Spam / GTA III vs Doom on: October 19, 2011, 02:04:12 am
Anyone here play ZDaemon? (Doom Online)

Anyways, if you always wondered what it would be like if Doom monsters would look like in GTA III, then enjoy! :D

GTA III vs Doom
15  Scripting / Script Releases / Blip Script Release on: November 29, 2010, 12:01:01 pm
Liberty Unleashed Blip Script Release
This script is for marking the blips of every basic service in the Liberty City area, This file is the one that makes it all happen so enjoy!!
Download
Download: http://dc250.4shared.com/download/a-AEhXul/Blip_Script.zip?tsid=20101129-055810-85f7e6b9
Pages: [1] 2
© Liberty Unleashed Team.