Error Codes

Lookup error codes in here to quickly resolve your issues.

W.I.P

Introduction

In-game in client(F8)-console or server-console you'll notice some error codes. These are prints to quickly solve your issues.

Client

7542

This error should give you the shopId(number) and a class(string). You have a shop in your database with a class name that's not defined in your Config.Markers. The only way for this error to occur is if you rename the index/key strings of the markers. Please revert the changes. You are not allowed to edit the class name(string). It's used as an identifier throughout the script and it will not function.

If you have the knowledge, then manually edit the markers column for the given row of the shopId in the database table. Else we recommend you to fully delete that shop (you can do it in-game or through database) and recreate the shop & markers.

Server

Last updated