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 / Re: A way to fix bf injection crash when entering on: September 21, 2015, 02:00:25 pm
also, i know how to do it same way with exiting

function onPlayerExitingVehicle(player, vehicle ) {
   local m = vehicle.Model;
   if( vehicle.Model == 114 ) {
   
   player.Vehicle = vehicle;
}
32  Scripting / Script Releases / Re: A way to fix bf injection crash when entering on: September 21, 2015, 01:56:41 pm
it fixes. You just didnt try the script ; everything for u is wrong.
33  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;
}
34  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
35  Scripting / Script Help / Re: i need help with gui health on: August 26, 2015, 01:25:21 pm
still no answer..
36  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
37  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
38  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;
}
39  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
40  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;
}
41  Off Topic / General Chat / Who is best footballer?! on: August 25, 2015, 10:25:10 am
who is best in your opinion!?  ???
42  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
43  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..
44  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
45  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
Pages: 1 2 [3] 4 5 ... 9
© Liberty Unleashed Team.