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
16  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 28, 2014, 04:53:17 pm
LU don't supports Weapon.dat with modified shoot anims (e.g. when ak47 fires)?
17  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 27, 2014, 07:20:29 pm
-- bla bla bla, text --

For me works
18  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 27, 2014, 06:19:54 pm
I did not get a confirmation e-mail.

And next bug

player.Alpha also did not work.

Alpha works with many skins (not ID 0, 122...)
In confirmation email, click in 'Re-send' or lost password

Ok, alpha works, but I can't restore normal alpha level.

As for Mantis, this did not help.

The default level is 255
19  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 27, 2014, 05:57:10 pm
I did not get a confirmation e-mail.

And next bug

player.Alpha also did not work.

Alpha works with many skins (not ID 0, 122...)
In confirmation email, click in 'Re-send' or lost password
20  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 26, 2014, 05:16:36 pm
Post it on Mantis
21  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 26, 2014, 04:05:29 pm
All things works.

Update your server (download again)

Add:

Code: [Select]
function onServerStart ( ) {

SetServerRule ( "Gamemode", "LU-DM 1.3e" );
}

If not works, the function onServerStart was already added

Still not working.

Then idk, i don't have idea why fails lol. Other idea is show all code
22  Scripting / Script Snippets / Detecting FPS of a player on: August 26, 2014, 04:03:24 pm
Client:

Code: [Select]
Local <- FindLocalPlayer ( );

class FPS {

Limit = 30;
Max = 1;
Calculation = 0;
Time = 0;
}

FPS <- FPS ( );

function onScriptLoad ( ) {

FPS.Limit = 255 / FPS.Limit;
FPS.Time = GetTickCount ( ) + 1000;
}

function onClientRender ( ) {

if ( GetTickCount ( ) < FPS.Time ) {

FPS.Calculation = FPS.Calculation + 1;

return;
}

if ( FPS.Calculation > FPS.Max ) {

FPS.Limit = 255 / FPS.Calculation;

FPS.Max = FPS.Calculation;
}

Message ( "[#ffffff]Your FPS: " + FPS.Calculation ); // show FPS

FPS.Calculation = 0;
FPS.Time = GetTickCount ( ) + 1000;
}
23  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 26, 2014, 03:17:20 pm
All things works.

Update your server (download again)

Add:

Code: [Select]
function onServerStart ( ) {

SetServerRule ( "Gamemode", "LU-DM 1.3e" );
}

If not works, the function onServerStart was already added
24  Scripting / Script Releases / Re: [REL] DarkCrystal - v0.1.2.0 on: August 26, 2014, 12:13:15 pm
Anti Drive-By system works great!
Overall a good script.

Thanks, maybe needs again update by errors ...
25  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 26, 2014, 12:12:25 pm
SetWeaponData not works (idk)

Copy 'weapon.dat' from your GTA3 dir located in /data/ to your server dir in /LU/data/
26  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 25, 2014, 05:20:22 pm
> Can anyone say wut exploit was? (Addresses [CE], how worked...)
> *13 years, very clever*



Lol, I know a method and is not your 'method'. I only ask, not ask for anyone can upload a image in the network of VK for insult me.
27  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 25, 2014, 02:31:33 am
Can anyone say wut exploit was? (Addresses [CE], how worked...)
28  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 24, 2014, 01:45:08 pm
this update dosen't work for win xp sp 2 .the microsoft visual C++ 2013 program tells me the curret version of windows is incompatibile.Can you release anorthe version 1.0.16  compatibile with microsoft visual c++ 2008? it runs great for xp sp 2.


Download the update SP3 (is free lol)
29  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 22, 2014, 03:00:29 am
UID is encrypted in SHA1, in lower for anti-nabs, and hidden in da Reg, right?
30  Scripting / Script Releases / Re: [REL] DarkCrystal - v0.1.0.0 on: August 22, 2014, 02:50:12 am
New update released!
Pages: 1 [2] 3
© Liberty Unleashed Team.