Xabi Posted March 3, 2019 Author Posted March 3, 2019 4 hours ago, xTomi93 said: Hello, I try more than 5h to run this gamemode on my Windows VServer and it does won't work, I download the latest files from GitHub and do all steps. First I install RageMP on my Server, than I do an first Start and stop it, than I download the Brdige Plugin from RageMP Wiki and copy all Files to the sever-folder and start "updater.exe" and create the blank enable-clientside-cs.txt file(I create it on my PC too), after this I start the server again without "WiredPlayers-Gamemode" and I can connect and play. everything was fine so far. Now I start to try implement the Gamemode. I Download the latest files from GitHub, extract it and put the files into the server-folder, with phpmyadmin I import the wprp.sql file. After this I open the "WiredPlayers.csproj" file, change the MYSQL Connection Infos and change SSLmode to none and compile this. So I try to Start the Server and it Starts without any errors, see log file "Server_logs befor connect" after I connect nothing is happend look Screenshot, if I press F1 and try to reconnect the Server crashes, at the server_log.txt nothing is new after Crash only server_exception.txt has a lot of Errors Someone can help me? All I can find at this Thread what I mean can help my don't work. I uploaded all files to google drive https://drive.google.com/drive/folders/11cjUY3w5mtRGNw_a4ZCofTEmSJbgoisa?usp=sharing Best Regards and sorry for my bad english xTomi Seems you have a "parameter count mismatch" error on logs. That happened when client version and server version was not the same, i think.
xTomi93 Posted March 3, 2019 Posted March 3, 2019 (edited) Bootatrapper.dll and bridge.dll are 0.3.7.0 and Client are 0.3.7.2 but I dont have a other choise all is updated by "Updater.exe" Edited March 3, 2019 by xTomi93
SharpSabre Posted March 3, 2019 Posted March 3, 2019 3 hours ago, xTomi93 said: Bootatrapper.dll and bridge.dll are 0.3.7.0 and Client are 0.3.7.2 but I dont have a other choise all is updated by "Updater.exe" Did you: Create a file called enable-clientside-cs.txt on the root folder where you installed RAGE Multiplayer
xTomi93 Posted March 3, 2019 Posted March 3, 2019 (edited) vor 3 Stunden schrieb SharpSabre: Did you: Create a file called enable-clientside-cs.txt on the root folder where you installed RAGE Multiplayer Yes...😅 vor 12 Stunden schrieb xTomi93: First I install RageMP on my Server, than I do an first Start and stop it, than I download the Brdige Plugin from RageMP Wiki and copy all Files to the sever-folder and start "updater.exe" and create the blank enable-clientside-cs.txt file(I create it on my PC too), after this I start the server again without "WiredPlayers-Gamemode" and I can connect and play. everything was fine so far Edited March 3, 2019 by xTomi93
SharpSabre Posted March 3, 2019 Posted March 3, 2019 (edited) 28 minutes ago, xTomi93 said: Yes...😅 Yes...😅 Yes Yes sorry, I just did watch your pictures Edited March 3, 2019 by SharpSabre
MaevisTV Posted March 3, 2019 Posted March 3, 2019 Hello i try to join my server but i'm still struck in the main lobby. My DataBase is corectly link because they can find my username in the account table. Plz help me
SharpSabre Posted March 4, 2019 Posted March 4, 2019 If I want to do a change in Constants.cs as the police call number, needed to recompile project?
Xabi Posted March 4, 2019 Author Posted March 4, 2019 3 hours ago, SharpSabre said: If I want to do a change in Constants.cs as the police call number, needed to recompile project? Yes, all the changes on any .cs need a recompile. 1
SharpSabre Posted March 5, 2019 Posted March 5, 2019 I added a browser to the project and my "if" is show it after "globals.playerlogged", but the player is still stuck in the room (lobby); So what function needed to release this position?
Xabi Posted March 5, 2019 Author Posted March 5, 2019 4 hours ago, SharpSabre said: I added a browser to the project and my "if" is show it after "globals.playerlogged", but the player is still stuck in the room (lobby); So what function needed to release this position? Don't know what you're trying to say exactly, you have to unfreeze the player clientside in order it can move.
Recommended Posts