digigir Posted August 24, 2012 Share Posted August 24, 2012 Hey, can you help me how to install venux roleplay? my problem cannot register, my server said : ================================================================== = Multi Theft Auto: San Andreas v1.3 ================================================================== = Server name : test server = Server IP address: = Server port : 22003 = = Log file : .. 1.3/Server/mods/deathmatch/logs/server.log = Maximum players : 32 = HTTP port : 22005 = Voice Chat : Disabled = Bandwidth saving : Medium ================================================================== [2012-08-14 20:18:03] Resources: 13 loaded, 0 failed [2012-08-14 20:18:03] Querying game-monitor.com master server... unavailable! [2012-08-14 20:18:07] Querying backup master server... success! [2012-08-14 20:18:08] MODULE: Loaded "MySQL 5.0 database module" (0.50) by "Alberto Alonso " [2012-08-14 20:18:08] MODULE: Loaded "SHA Module" (1.02) by "mabako" [2012-08-14 20:18:08] Starting resources............... [2012-08-14 20:18:12] ERROR: Couldn't find resource vehicle. Check it exists. [2012-08-14 20:18:12] Server started and is ready to accept connections! [2012-08-14 20:18:12] To stop the server, type 'shutdown' or press Ctrl-C [2012-08-14 20:18:12] Type 'help' for a list of commands. [2012-08-14 20:18:12] WARNING: sql\mysql.lua:29 Connecting to your MySQL as 'root' is strongly discouraged. [2012-08-14 20:18:13] ||_________________________________|| [2012-08-14 20:18:13] || || [2012-08-14 20:18:13] || < MTA VENUX > || [2012-08-14 20:18:13] || ______________ || [2012-08-14 20:18:13] || Codename SWIFT || [2012-08-14 20:18:13] ||_________________________________|| [2012-08-14 20:18:49] CONNECT: CarelessPolenta91 connected (IP: 192.168.0.8 Serial: 7B122441D4C042641F97C8E851B678E3 Version: 1.3.0-9.04400.0) [2012-08-14 20:18:56] JOIN: CarelessPolenta91 joined the game (IP: 192.168.0. [2012-08-14 20:18:56] WARNING: account\s_account.lua:44: Bad argument @ 'setPlayerNametagColor' [2012-08-14 20:19:11] INFO: Column count doesn't match value count at row 1 i already execute mysql.sql to my db but its not work . anyone know where i can watch video step by step how to intall venux roleplay mod? Sorry cannot speak english and im stupid Link to comment
Peace:D Posted August 24, 2012 Share Posted August 24, 2012 its bugged , the guy couldn't even provided proper download link.I suggest use valhalla and start modifying it, cant get players with any default scripts. Link to comment
sockz Posted August 24, 2012 Share Posted August 24, 2012 replace the function in s_account.lua with this function attemptRegister(thePlayer, username, password) if ( username ~= "" and password ~= "" ) then local success, error = exports.sql:query_free("INSERT INTO `accounts` VALUES('', '".. tostring(username) .."', '".. md5( tostring( password ) ) .."', '".. getPlayerSerial(thePlayer) .."', '0','0')") if ( error ) then return outputDebugString( error ) else return outputChatBox("Successfully registered your account!", thePlayer, 100, 0, 100) end end end also if you dont know how to set it up, you wont get far with this gamemode, it's incomplete and buggy. Check this: viewtopic.php?f=108&t=45676 Link to comment
digigir Posted August 27, 2012 Author Share Posted August 27, 2012 its bugged , the guy couldn't even provided proper download link.I suggest use valhalla and start modifying it, cant get players with any default scripts.Thanks for your answer Link to comment
digigir Posted August 27, 2012 Author Share Posted August 27, 2012 replace the function in s_account.lua with this function attemptRegister(thePlayer, username, password) if ( username ~= "" and password ~= "" ) then local success, error = exports.sql:query_free("INSERT INTO `accounts` VALUES('', '".. tostring(username) .."', '".. md5( tostring( password ) ) .."', '".. getPlayerSerial(thePlayer) .."', '0','0')") if ( error ) then return outputDebugString( error ) else return outputChatBox("Successfully registered your account!", thePlayer, 100, 0, 100) end end end also if you dont know how to set it up, you wont get far with this gamemode, it's incomplete and buggy. Check this: viewtopic.php?f=108&t=45676 Ok thanks for you answer Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now