Any help to fix this issue please?
#5

Hi Konstantinos

The error line is in the LoadVehicle stock Marked with 'ERROR LINE' at the start of the CreateVehicleEx function.

pawn Код:
stock LoadVehicle(vehicle, filename[])
{
    INI_ParseFile(filename, "LoadVehicleData", .bExtra = true, .extra = vehicle);
    /*ERROR LINE*/CreateVehicleEx(carData[vehicle][model], carData[vehicle][xspawn], carData[vehicle][yspawn], carData[vehicle][zspawn], carData[vehicle][anglespawn], carData[vehicle][col1], carData[vehicle][col2], carData[vehicle][respawn], carData[vehicle][owner]);//THIS
}
Thanks for "strcpy" too It didn't fix this particular problem but i will be using it in the future

Any ideas?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)