string error
#1

hi i have a probleme with enumeration string :
Код:
enum cInfo
{
	model,
	Float:xspawn,
	Float:yspawn,
	Float:zspawn,
	Float:anglespawn,
	col1,
	col2,
	respawn,
	owner[MAX_PLAYER_NAME],
	bool:tosell,
	price
}
new CarInfo[MAX_VEHICLES][cInfo];
when i write

PHP код:
function (idofcar, .....)
{
 
CarInfo[idofcar][owner] = "roleplay_name";

I have error : error 032: array index out of bounds (variable "CarInfo")
and sorry for bad english
Reply


Messages In This Thread
string error - by jaskiller - 01.01.2012, 14:44
Re: string error - by Dark_Kostas - 01.01.2012, 14:49
Re : string error - by jaskiller - 01.01.2012, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)