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.
|
|
|
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! ) When monsters invade Vice City, it is up to two young space marines to take them down. Will they succeed?
|
|
|
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 ( ) 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 ); }
|
|
|
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. •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 •What you would expect to happen if the bug didn't occur - I would assume that this has been fixed. •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
|
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!
|
|
|
|