19.01.2014, 14:13
If you don't use the latest version of crashdetect, get it from here: https://github.com/Zeex/samp-plugin-...ases/tag/v4.13
Compile with debug info so you can know the line caused the run time error: https://github.com/Zeex/samp-plugin-...ith-debug-info
I believe it's caused by this line.
If you do a debugging, you'll find out that HouseID is -1 and that it accesses element at negative index here:
Compile with debug info so you can know the line caused the run time error: https://github.com/Zeex/samp-plugin-...ith-debug-info
I believe it's caused by this line.
pawn Код:
HouseID = APlayerData[playerid][CurrentHouse];
pawn Код:
if (AHouseData[HouseID][VehicleIDs][CarSlot] != 0) // run time error