11.12.2018, 08:42
Quote:
A function called in OnGameModeInit causes run time error 4. The value of vehicleid passed as index in a vehicle-array is 65535 which is INVALID_VEHICLE_ID. Either limit was reached (highly unlikely) or invalid modelid.
You need to compile your script with -d3 flag: https://github.com/Zeex/samp-plugin-...ith-debug-info Restart server and when it appears again, post the new logs. |