Hey, habe ein kleines Problem:
public OnGameModeInit()
{
new query[70];
format(query,sizeof(query),"SELECT * FROM `fautos`");
mysql_tquery(mysql,query,"OnLoadVehicle","");
}
forward OnLoadVehicle();
public OnLoadVehicle()
{
return print("wird aufgrufen");
}
Crashdetect sagt:
Code
[12:37:44] [debug] Run time error 4: "Array index out of bounds"
[12:37:44] [debug] Accessing element at index 50 past array upper bound 49
[12:37:44] [debug] AMX backtrace:
[12:37:44] [debug] #0 000140d0 in public OnLoadVehicle () at C:\Users\user\Desktop\MySELFMADE - R34\gamemodes\myselfmade.pwn:1263
Zeile 1263 (mit drüber und drunter):
for(new i = 0; i < MAX_VEHICLES; i++)
{
FCarInfo[i][dbid] = cache_get_field_content_int(0, "id", mysql);
FCarInfo[i][model] = cache_get_field_content_int(0, "model", mysql);
}
Hoffe ihr könnt mir helfen..
L.G.
heyho