Also ich durchforste grad zur zeit ein paar gamemodes nd habe jezt in folgendenm Abschnitt mit Errorrs:
public CarTow(carid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(IsPlayerInVehicle(i, carid) || HireCar[i] == carid)
{
gLastDriver[carid] = 255;
return 0;
}
}
}
SetVehiclePos(carid,HouseCarSpawns[carid-1][1], HouseCarSpawns[carid-1][1], HouseCarSpawns[carid-1][1]);
SetVehicleZAngle(carid, HouseCarSpawns[carid-1][3]);
return 1;
}
und folgende Errors kommen:
error 028: invalid subscript (not an array or too many subscripts): "HouseCarSpawns"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
ich hoffe ihr könnt mir helfen...
mfg. Timo