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 ... 8
31  Liberty Unleashed / Support / Re: Saving weapon ammo on: July 10, 2016, 08:14:33 pm
If I understand well the topic, you mean a function for read the player ammo for each slot, like: Player.GetWeaponAmmoAtSlot(weapon), right? I don't get why is too hard to do that if you can get easily the CWeapon struct array inside of CPlayer struct.
32  Servers / Advertise your server! / Re: Aurora on: July 07, 2016, 12:19:51 am
I unlocked the topic for just tell to everyone if nobody knew, the current Aurora forums are located on: http://www.aurora-rp.xyz
33  Liberty Unleashed / Liberty Unleashed Chat / Memory check fix on: July 04, 2016, 08:35:44 pm
x3

I will make the topic again, because who deleted it can't give a rational reason for delete it, or even check the files if they have malware, even check if this happens to him too, or even give me a warn with the why instead of just deleting it. Even i shouldn't quote because he know how to read.

Same for me
I noticed that too. I think it may be a new UAC feature that had an unintended consequence.

PD: After an minute AFK, i've received a message: Error: A MEMORY check on your client timed-out.

And i've been kicked.

Windows: https://mega.nz/#!eYRlkD4a!GuwhvDwwrxBRL-ct4Ly4mjZovvTBJD60JrzwFWDkf5E
Linux: https://mega.nz/#!6Yxj1bJa!ZsZEnlUJRubOMLNkhvBAkQ1dM6M2jBGUF-2C4eiAUC0
34  Liberty Unleashed / Suggestions / Re: [Request]CreatePickup for client on: July 03, 2016, 05:32:21 pm
+1

In the aspect of single player hidden packages.
35  News and Content / Updates/Changes / Re: Update 0.1.0.17 (14/06/2016) on: June 20, 2016, 07:58:59 pm
I get this error:




Same error lol


x86 (32) - https://www.microsoft.com/en-US/download/details.aspx?id=26767

x64 - https://www.microsoft.com/es-US/download/details.aspx?id=26764
36  Scripting / Script Help / Re: player.Spawn(); has issues on: June 19, 2016, 08:00:28 pm
Not only a double print, the onPlayerSpawn function it's called twice.

Reported it
37  News and Content / Updates/Changes / Re: Update 0.1.0.17 (14/06/2016) on: June 16, 2016, 04:53:42 pm
run the game in window mode as that keeps the game running

meh, happens even with windowed (i always play with windowed mode)
38  News and Content / Updates/Changes / Re: Update 0.1.0.17 (14/06/2016) on: June 15, 2016, 03:24:59 pm
  • Security - Secured the client against some known cheats and exploits
Nope, exploit still works.

He meant FH cleo patch i guess.

First of all, Linux server on x64 machine doesn't run:
Code: [Select]
version `CXXABI_1.3.8' not foundStackOverflow says, that you had to set -static-libstdc++ and -static-libgcc flags.

Post your gcc -v info.

After downloading server and client stuff, i tried to join my server. First, what i've found, that client crashes, if server uses sprites. I'll check other things later, but I guess everything I wrote above is enough.

Check the sprites or something, in Aurora the sprites doesn't crash. Everything you wrote looks like uac issues.



PD: After an minute AFK, i've received a message: Error: A MEMORY check on your client timed-out.

And i've been kicked.

Same for me
39  Liberty Unleashed / Support / Re: LU updated. on: June 14, 2016, 10:33:06 pm
0.1.0.17 is now out. We're going to have to be patient and wait for a changelog topic.

Does the changelog include the module API broken? My anticheat can't be loaded bcs this.

Fairly sure the module stuff hasn't been touched for the last 2 years so i have no idea why it's not loading. Might have a look at it sometime tonight (or i'll task adtec to do it *cough*).
As for a changelog, one of us will knock one together when we finish playing GTAV ;)

They doesn't load for me in Debian.
40  Liberty Unleashed / Support / Re: LU updated. on: June 14, 2016, 10:06:11 pm
0.1.0.17 is now out. We're going to have to be patient and wait for a changelog topic.

Does the changelog include the module API broken? My anticheat can't be loaded bcs this.
41  Scripting / Script Snippets / Re: [Snippet] Append string to file on: June 11, 2016, 09:11:10 am
v3: made time ago

Code: [Select]
function v_register(text, f = "file.xt") {
local f = file(f, "a+");
if (!f) return false;

foreach(idx, val in text) {
f.writen(val, 'b');
}

f.writen('\n', 'b');
f.flush();
f.close();

return true;
}
42  Servers / General Server Chat / Re: Requesting a ban from the masterlist on: June 09, 2016, 05:52:41 pm
Has the issue with random LUID hacks been addressed as well?


http://mantis.liberty-unleashed.co.uk/view.php?id=111
43  Servers / General Server Chat / Re: Requesting a ban from the masterlist on: June 06, 2016, 12:18:35 am
Now, where did I put the meme about that professor from Futurama that says "I don't want to live on this planet anymore?"

44  Liberty Unleashed / Bug Reports / Re: Liberty Unleashed Issues List [0.1.0.16] on: June 05, 2016, 10:26:01 pm
(Oh btw you could fix the GUI when is free'd, that makes my mind explode when I add UI stuff related and I don't think I'm the only one...)

What do you mean by fixing the GUI?


Imagine a deprecated, not working properly mysql_free or trying to read a invalid memory region, inside of onScriptUnload. That happens always when you get disconnected from the server with GUI things like GUIProgressBar.

Make sure you report that on the Mantis bug tracker.


http://mantis.liberty-unleashed.co.uk/view.php?id=107
45  Liberty Unleashed / Bug Reports / Re: Liberty Unleashed Issues List [0.1.0.16] on: June 05, 2016, 09:26:52 pm
(Oh btw you could fix the GUI when is free'd, that makes my mind explode when I add UI stuff related and I don't think I'm the only one...)
What do you mean by fixing the GUI?

Imagine a deprecated, not working properly mysql_free or trying to read a invalid memory region, inside of onScriptUnload. That happens always when you get disconnected from the server with GUI things like GUIProgressBar.
Pages: 1 2 [3] 4 5 ... 8
© Liberty Unleashed Team.