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]
1  Off Topic / General Chat / Re: Back to LU on: November 06, 2017, 10:49:02 pm
that mapping project was called boredmansland. just dug up some old videos I made for it back in the day. u can watch them here: https://www.youtube.com/watch?v=BXu4jXpkWsQ&list=PLODHMIjHDRfmHtg_raYPsDu99l6cRroMO
ahh the good times...
2  Liberty Unleashed / Suggestions / Re: Importing new collision for gta3's map. on: March 07, 2013, 08:02:08 pm
That Marco's Bistro interior is just in SA.
3  Liberty Unleashed / Liberty Unleashed Chat / Re: Expectations on: February 16, 2013, 01:43:59 am
Keep rocking your server, don't release it. Good luck. :)
4  Off Topic / General Chat / Re: About Best LU Boos on: January 21, 2013, 02:26:41 pm
The lag is very extreme, very extreme.
5  Scripting / Script Help / Re: Spheres error on: December 17, 2012, 05:54:22 pm
Thanks for helping, the command works now, but wherever I enter it it displays the "Error! Not on sphere!" message. I tried standing on the sphere, out of it, even tried standing on the other sphere I have in the server, but always the Error message. ???
Correct me if I'm wrong, but maybe it's just too hard to stay at the exact x, y, z position of the sphere center?

Edit: A friend helped me get it working. :) Here is the fixed script:
Code: [Select]
function onPlayerCommand( player, cmd, text )
{
if ( cmd == "buy" )
{
local mySphere = FindSphere( 0 );
if ( ( mySphere ) && ( GetDistance( mySphere.Pos, player.Pos ) < 4.0 ) )
{
Message( "Success!" );
}
else Message( "Error! Not on sphere!" );
}

return 1;
}
Thanks for taking the time to help me though! ;)
6  Scripting / Script Help / Spheres error on: December 17, 2012, 02:41:51 pm
So I wanted to create a command usable only when the player was standing on a determined sphere. I tried this:
Code: [Select]
function onPlayerCommand( player, cmd, text )
{
if ( cmd == "buy" )
{
if ( ( player.Pos == sphere.Pos ) && ( sphere.ID == 0 ) )
{
Message( "Success!" );
}

else Message( "Error! Not on sphere!" );
}
        return 1;
}
Wherever I use the command, it gives me an "getVarInfo: Could not retrieve UserData" error in this line:
Code: [Select]
if ( ( player.Pos == sphere.Pos ) && (sphere.ID == 0 ) )If anyone could help, it would be greatly appreciated.  :)
7  Servers / Advertise your server! / Re: boredmansland on: December 02, 2012, 02:04:11 am
New stunting video
boredmansland Epic Stunts
8  Servers / Advertise your server! / Re: boredmansland on: November 30, 2012, 12:13:36 pm
New logo


New features video
boredmansland New Features


New IRC Echo Channel
#boredmansland

Server officially released! Visit for a full list of commands :D
9  Servers / Advertise your server! / Re: boredmansland on: November 29, 2012, 05:25:36 pm
New tutorial and explicative video
boredmansland Tutorial - Liberty Unleashed

Visit the IRC Channel: #boredmansland
We are almost finishing the server, so cars and other features soon!
10  Servers / Advertise your server! / boredmansland on: November 28, 2012, 10:36:02 pm
lolmortuary!:D STAFF TEAM PRESENTS
boredmansland
In this new build-mode server, players spawn objects on the map with the command /ob [ID]. ID ranges from 200 to 3146. Then, movement and rotation binds can be triggered with the commands /obmov and /obrot. Binds are disposed in a WASD fashion, with the keys IJKL, plus U and O (up and down). Lastly, the object can be saved or removed with /obsav or /obrem.
Promotional video
Liberty Unleashed Build-Mode Server

The first zone was created by me in about one hour time. The other ones were created in a few minutes by me and Svenko; building is easy, quick and fun once you get the hang of it.
Server is still in development so expect more information soon!
Pages: [1]
© Liberty Unleashed Team.