21.11.2011, 22:56
Код:
Run time error 4: "Array index out of bounds" Array max index is 211 but accessing an element at -400
Код:
modelid = GetVehicleModel(GetPlayerVehicleID(playerid))-400;
Код:
format(vehstr,sizeof(vehstr),"~w~~>~%s",VehicleInfo[modelid][vNAME]);
Код:
During execution of OnPlayerCommandText(): Run time error 5: "Invalid memory access" Additional information: No details available