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 [3] 4 5 ... 9
31  Scripting / Script Releases / A way to fix bf injection crash when entering on: September 20, 2015, 08:49:28 pm
Guys, me and winston have discovered a way, how to fix the 114 bf injection crash with entering, we tried script something and we discovered a thing what fixes that

it works 999999999% !

function onPlayerEnteringVehicle(player, vehicle, seat ) {
   local m = vehicle.Model;
   if( vehicle.Model == 114 ) {
   
   player.Vehicle = vehicle;
}
32  Off Topic / Spam / Re: Screenshot Desktop on: August 26, 2015, 01:34:01 pm
heres mine, sons

, and yes, i dont have start bar, i removed it
33  Scripting / Script Help / Re: i need help with gui health on: August 26, 2015, 01:25:21 pm
still no answer..
34  Servers / Mess About Server / Re: Mess About down again or what? on: August 25, 2015, 12:03:40 pm
sry for bump
Mess about serv got hacked in old exploit in lu, its down because all players have 666 admin lvl
35  Liberty Unleashed / Liberty Unleashed Chat / Re: where i can found a gta 3 good version for the LU:MP? on: August 25, 2015, 12:00:05 pm
i had a error when i try to join servers that happened to VC:MP too but i fixed it with a good version
i want same gta 3 multiplayer can someone give me a gta 3 version for LU:MP pls?
Google is your friend
36  Scripting / Script Releases / Animations to weapons on: August 25, 2015, 10:38:21 am
Want to get a animation when changing weapon like gta 4? install this scripto!

function onPlayerWeaponChange( player, oldwep, newwep, ammo )
{
     if ( newwep == WEP_FIST )
     {
     player.SetAnim (57); 
     }
     if ( newwep == WEP_BAT )
     {
     player.SetAnim (58); 
     }
     if ( newwep == WEP_COLT45 )
     {
     player.SetAnim (57); 
     }
     if ( newwep == WEP_UZI )
     {
     player.SetAnim (57); 
     }
     if ( newwep == WEP_SHOTGUN )
     {
     player.SetAnim (58); 
     }
     if ( newwep == WEP_AK47 )
     {
     player.SetAnim (58); 
     }
     if ( newwep == WEP_M16 )
     {
     player.SetAnim (58); 
     }
     if ( newwep == WEP_SNIPER )
     {
     player.SetAnim (58); 
     }
     if ( newwep == WEP_ROCKETLAUNCHER )
     {
     player.SetAnim (58); 
     }
     if ( newwep == WEP_FLAMETHROWER )
     {
     player.SetAnim (58); 
     }
     if ( newwep == WEP_MOLOTOV )
     {
     player.SetAnim (57); 
     }
     if ( newwep == WEP_GRENADE )
     {
     player.SetAnim (57); 
     }
     
     return 1;
}
37  Scripting / Script Releases / Kick UnknownPlayer on: August 25, 2015, 10:36:30 am
Tired of unknownplayers connecting to your server and doing shit? install this script!

function onPlayerConnect( player )
{
     if( player.Name == "UnknownPlayer" ) {
     MessagePlayer( "Change nickname this to Liberty Unleashed 0.1 Server Browser", player );
     MessagePlayer( "Tools/Setting/UserName [ UnknownPlayer ]", player );
}
     return 1;
}

They will get crashed, no need to add KickPlayer
38  Scripting / Script Releases / Free fall script on: August 25, 2015, 10:28:30 am
Free fall !

remember, its client 0





function onPlayerCommand( player, cmd, text )
{
     if ( cmd == "free" )
     {
          local pos = player.Pos;
          pos.z += 500.0;
         
          player.Pos = pos;
          MessagePlayer( "Lets fly!.", player );
     }
     
     return 1;
}
39  Off Topic / General Chat / Who is best footballer?! on: August 25, 2015, 10:25:10 am
who is best in your opinion!?  ???
40  Liberty Unleashed / Bug Reports / Re: Liberty Unleashed Issues List [0.1.0.16] on: August 25, 2015, 10:21:39 am
also, you should block cleo.dll, because some hackers may use a special cleo for lu and it works,
i know name of those dlls, i can send to pm in developer
41  News and Content / Liberty Unleashed News / Re: An update on the progress on: August 25, 2015, 10:19:55 am
Theres also a crash when sometimes pressing q or e in  a car, to change the camera to left or right, once when i was driving to a ramp, i pressed q and e and i crashed..
42  Liberty Unleashed / Suggestions / Few suggestions with objects on: August 25, 2015, 10:17:10 am
1. Cars as objects ( unenterable cars )
2. Skins as objects ( skins as objects)
3. Seeing custom claude skin from other plr
4. Custom radio for other players so they can hear my or others mp3 player
43  Liberty Unleashed / Bug Reports / Re: Liberty Unleashed Issues List [0.1.0.16] on: August 19, 2015, 09:04:06 am
not cz/en bug, happens on all servers
44  Servers / Advertise your server! / DM Server on: August 18, 2015, 01:04:53 pm
DeathMatch Server by [Marshal.C.R.C]Trevor (me)
Map: ship v2
Map Creator: me[trevor]
Owner: me(trevor)
Max players there were on server = 8
Features
Shop, you can buy something from shop, armour, health, etc
Big dm map, for 25 players!
Stats system, cash


                                       Server is currently offline.
Host: Ankris
45  Liberty Unleashed / Bug Reports / Re: Liberty Unleashed Issues List [0.1.0.16] on: August 18, 2015, 09:15:10 am
i didnt mean that invisible plr bug,
when i was near airport, i found a player called "Player" and 100HP bar and he didnt move and was freezed, i didnt saw him on nick tabel
Pages: 1 2 [3] 4 5 ... 9
© Liberty Unleashed Team.