Flow 17 Posted October 3, 2018 (edited) vor 31 Minuten schrieb Xabi: I changed the hashing yesterday, it now uses SHA256 and you can create the account ingame now. I see you're loading a node resource called "colorchat" which could be in conflict with the gamemode, trying removing it. hahaha and i was banging my head on the table wat i did wrong Thanks for the heads up I have a javascript undefined error now. Not sure if this is a cache thing also i deleted the cache. Error is right at the start: PS: Reinstalled whole Rage.MP Client, no change Edited October 3, 2018 by cmdflow Share this post Link to post Share on other sites
Xabi 143 Posted October 3, 2018 1 hour ago, cmdflow said: hahaha and i was banging my head on the table wat i did wrong Thanks for the heads up I have a javascript undefined error now. Not sure if this is a cache thing also i deleted the cache. Error is right at the start: PS: Reinstalled whole Rage.MP Client, no change There were some tips on Discord to fix that error as far as I remember. 1 hour ago, IvanCesar25 said: I took more did not solve I don't know what XML it's trying to parse, but it can't load it correctly. Share this post Link to post Share on other sites
Xabi 143 Posted October 5, 2018 Added FAQ to the OP. Share this post Link to post Share on other sites
Fusion99 6 Posted October 5, 2018 First of all, all praise for work and effort in these past days. You did a good job. Now let me ask what would have suggested to me to use for SQL database except Workbench. What would be the most compatible for your "wprp.sql"? Share this post Link to post Share on other sites
Flow 17 Posted October 5, 2018 Is there some action you have to take until ATMs are working? Gave me money over Database and wanted to withdraw or deposit money. None of theme worked. Just wanted to let you know Share this post Link to post Share on other sites
.GottOni 0 Posted October 6, 2018 (edited) Nice fixes Edited October 6, 2018 by .GottOni Share this post Link to post Share on other sites
Xabi 143 Posted October 6, 2018 10 hours ago, cmdflow said: Is there some action you have to take until ATMs are working? Gave me money over Database and wanted to withdraw or deposit money. None of theme worked. Just wanted to let you know I will check this today, because it was working, maybe with the refactoring I broke something, don't know. 14 hours ago, Fusion99 said: First of all, all praise for work and effort in these past days. You did a good job. Now let me ask what would have suggested to me to use for SQL database except Workbench. What would be the most compatible for your "wprp.sql"? I'm using HeidiSQL because it's quite light and works for this, but you can use any client you like. Share this post Link to post Share on other sites
Vash Baldeus 0 Posted October 6, 2018 1 hour ago, Xabi said: I will check this today, because it was working, maybe with the refactoring I broke something, don't know. I'm using HeidiSQL because it's quite light and works for this, but you can use any client you like. Well when trying to compile the project, I get the following: 1>------ Rebuild All started: Project: WiredPlayers, Configuration: Debug Any CPU ------ 1>admin\Admin.cs(10,20,10,28): error CS0234: The type or namespace name 'factions' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>business\Business.cs(5,20,5,29): error CS0234: The type or namespace name 'character' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>chat\Chat.cs(3,20,3,28): error CS0234: The type or namespace name 'factions' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>database\Database.cs(11,20,11,24): error CS0234: The type or namespace name 'jobs' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>database\Database.cs(12,20,12,28): error CS0234: The type or namespace name 'factions' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>globals\Globals.cs(11,20,11,28): error CS0234: The type or namespace name 'factions' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>globals\Globals.cs(12,20,12,24): error CS0234: The type or namespace name 'jobs' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>parking\Parking.cs(7,20,7,24): error CS0234: The type or namespace name 'jobs' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>vehicles\Vehicles.cs(9,20,9,24): error CS0234: The type or namespace name 'jobs' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>Done building project "WiredPlayers.csproj" -- FAILED. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== I've checked and there are no folders names: factions, character & jobs in the .zip I downloaded from your github. ( screeshot: https://gyazo.com/29db93597d965b158ae2099534417d7d) Share this post Link to post Share on other sites
.GottOni 0 Posted October 6, 2018 (edited) I can't compile it with the new update from you. Spoiler 1>------ Rebuild All started: Project: WiredPlayers, Configuration: Debug Any CPU ------ 1>admin\Admin.cs(10,20,10,28): error CS0234: The type or namespace name 'factions' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>business\Business.cs(5,20,5,29): error CS0234: The type or namespace name 'character' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>chat\Chat.cs(3,20,3,28): error CS0234: The type or namespace name 'factions' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>database\Database.cs(11,20,11,24): error CS0234: The type or namespace name 'jobs' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>database\Database.cs(12,20,12,28): error CS0234: The type or namespace name 'factions' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>globals\Globals.cs(11,20,11,28): error CS0234: The type or namespace name 'factions' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>globals\Globals.cs(12,20,12,24): error CS0234: The type or namespace name 'jobs' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>parking\Parking.cs(7,20,7,24): error CS0234: The type or namespace name 'jobs' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>vehicles\Vehicles.cs(9,20,9,24): error CS0234: The type or namespace name 'jobs' does not exist in the namespace 'WiredPlayers' (are you missing an assembly reference?) 1>Done building project "WiredPlayers.csproj" -- FAILED. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== Edited October 6, 2018 by .GottOni Share this post Link to post Share on other sites