Hallo,
also ich habe versucht ein Carsystem reinzumachen ..
Doch irgendwie bekomme ich immer Exe Crash, sobald ich auf den Server joine, weil ich das drin habe:
for(new h = 302; h < sizeof(CarInfo); h++)
{
CreateVehicle(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],-1);
}
und wenn ich das rausnehme, erstellt der nicht die Fahrzeuge vom Carsystem ..
Hoffe jemand kann mir helfen.
Mfg