Amx Backtrace!
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
I believe CrateInfo has an array of 20 and you pass an index of 22 (crateid). To be sure, debug it:
pawn Код:
crateid = strval(szResult);
printf( "crateid: %d", crateid );
And how did you declare CrateInfo?
Hey my crate info:

Код:
enum crateInfo
{
	crActive,
	crObject,
	Float: crX,
	Float: crY,
	Float: crZ,
	GunQuantity,
	InVehicle,
	Text3D: crLabel,
}

new CrateInfo[20][crateInfo];
Reply


Messages In This Thread
Amx Backtrace! - by nguyenquynh - 03.09.2013, 17:41
Re: Amx Backtrace! - by Konstantinos - 03.09.2013, 17:45
Re: Amx Backtrace! - by nguyenquynh - 03.09.2013, 17:47
Re: Amx Backtrace! - by Konstantinos - 03.09.2013, 17:50
Re: Amx Backtrace! - by nguyenquynh - 03.09.2013, 17:54
Re: Amx Backtrace! - by Konstantinos - 03.09.2013, 18:00
Re: Amx Backtrace! - by nguyenquynh - 03.09.2013, 18:13
Re: Amx Backtrace! - by Konstantinos - 03.09.2013, 18:20
Re: Amx Backtrace! - by nguyenquynh - 03.09.2013, 18:55
Re: Amx Backtrace! - by Konstantinos - 03.09.2013, 19:04

Forum Jump:


Users browsing this thread: 1 Guest(s)