Zeile:
new vehicleid = GetPlayerVehicleID(playerid);
for(new i=0; i<2; i++)
if(vehicleid == Noob[i])
OnPlayerEnterVehicle
new Noob[2]; << die beiden Noob fahrzeuge
Noob[0] = AddStaticVehicle(473,4622.9121,-1588.1956,2.0836,2.8814,1,1); // pos boot 1
Noob[1] = AddStaticVehicle(473,4617.3516,-1589.9694,2.1687,3.1276,1,1); // pos boot 2 die fahrzeuge
nur was bedeutet der error?