Command returns server unknown command.
#8

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.
pawn Код:
HouseID = APlayerData[playerid][CurrentHouse];
If you do a debugging, you'll find out that HouseID is -1 and that it accesses element at negative index here:
pawn Код:
if (AHouseData[HouseID][VehicleIDs][CarSlot] != 0) // run time error
Reply


Messages In This Thread
Command returns server unknown command. - by thimo - 19.01.2014, 09:34
Re: Command returns server unknown command. - by Avi Raj - 19.01.2014, 09:36
Re: Command returns server unknown command. - by MatriXgaMer - 19.01.2014, 09:41
Re: Command returns server unknown command. - by thimo - 19.01.2014, 09:43
Re: Command returns server unknown command. - by thimo - 19.01.2014, 09:47
Re: Command returns server unknown command. - by Avi Raj - 19.01.2014, 09:47
Re: Command returns server unknown command. - by thimo - 19.01.2014, 14:08
Re: Command returns server unknown command. - by Konstantinos - 19.01.2014, 14:13
Re: Command returns server unknown command. - by thimo - 19.01.2014, 14:25
Re: Command returns server unknown command. - by Konstantinos - 19.01.2014, 14:30

Forum Jump:


Users browsing this thread: 1 Guest(s)