-
Posts
1,518 -
Joined
-
Last visited
-
Days Won
8
Everything posted by Simple0x47
-
mysql MySql module missing, altough it exists
Simple0x47 replied to Levileadermc's topic in Linux-Server
Look better at the image you have posted and you will see it .. sha1(password) .. -
On RPG's and RP's servers they are similar on features, but they suck at design and 0 modding. MTA is better than SAMP but theres a reason why SAMP is being played more than MTA.
-
mysql MySql module missing, altough it exists
Simple0x47 replied to Levileadermc's topic in Linux-Server
Just told you how to do it... -
mysql MySql module missing, altough it exists
Simple0x47 replied to Levileadermc's topic in Linux-Server
This will avoid the use of the sha.so module. Cuz you cannot use it under a 64 bits server. -
mysql MySql module missing, altough it exists
Simple0x47 replied to Levileadermc's topic in Linux-Server
look at the Lua sha1 function that is between .. .. Replace that sha1(password) with hash( 'sha1', password ) -
mysql MySql module missing, altough it exists
Simple0x47 replied to Levileadermc's topic in Linux-Server
main.lua and registration.lua in mods/deathmatch/resources/players Updated mta mysql modules. https://wiki.multitheftauto.com/wiki/Modules/MTA-MySQL -
mysql MySql module missing, altough it exists
Simple0x47 replied to Levileadermc's topic in Linux-Server
Dont use the sha one and replace the function sha1( password ) with hash( 'sha1', password ) in players main.lua and registration.lua Dont include the ml_sockets cuz you wont need it and about MTA Mysql just put on google mta mysql module and the first link should lead you to the mta wiki page and at the right you will see several download options and choose the Linux 64 one. If something is not clear just ask me. -
Its just about making use of the dimensions.
-
mysql MySql module missing, altough it exists
Simple0x47 replied to Levileadermc's topic in Linux-Server
Yes and I'd recommend to you to use updated modules, cuz that modules doesn't seem to me to be 64 bits one's. Are you using Paradise or vG? -
mysql MySql module missing, altough it exists
Simple0x47 replied to Levileadermc's topic in Linux-Server
It must work. Folder gotta be called modules not Modules. Sorry for the uppercase at the first, it must be all lowercase. -
mysql MySql module missing, altough it exists
Simple0x47 replied to Levileadermc's topic in Linux-Server
@Levileadermc create the folder Modules in the x64 folder and add into the Modules folder you've created those modules and it will work. -
In order to bring more players to MTA there's the need of showing better popular modes ( RPG, RP ) than on SAMP. Because if you will see the same thing in both sides it's normal that people choose the lightest way 'SAMP'.
-
Windows it's just a piece of art, take a look at the source code of Windows 2000 ( it has been leaked ). Windows it's the real deal for desktop uses.
-
Well many of us use Windows without paying any license so...
-
Yes it is possible, you are looking for some sort of GTA Online Interior System.
-
Most of these popular servers are also just for $, so... here's a free for all.
-
The thing is that a good amount of servers look for $ with minimum effort, cuz if they would spend effort on it there would be more players in MTA.
-
Whats happens with forum??
Simple0x47 replied to UserToDelete's topic in Site/Forum/Discord/Mantis/Wiki related
Then Chrome browser is not compatible with the CSS. -
Whats happens with forum??
Simple0x47 replied to UserToDelete's topic in Site/Forum/Discord/Mantis/Wiki related
Try to change the theme, I'm sure the default theme bugs out. -
Does this happen in more servers or just in one?
-
No, but I think Mabako made code for MultiIV.
-
It doesnt seem to be monthly, it looks like money is being donated in order to make the server.
-
Thats just about using the getKeyState function into a renderer using tickCounts to differentiate the situations ( delete one 500ms or delete more less than 100ms ).
-
Te hago el script en un momento.
-
Keep using Notepad++ using the wiki as reference. If you want autocomplete stuff look around for the .xml file for MTA Lua API.