Quote:
Originally Posted by Eoussama
PHP код:
//To call LoadVehicles function, use this:
INI_ParseFile(VehPth(i), "VehicleLoad", .bExtra = true, .extra = i); //This will call the loading function to extract data
|
Shouldn't I call it LoadVehicles instead of VehicleLoad? Also do you have any idea why I get the warnings from above?
And I made a file called 1.ini with this content
Код:
[data]
Owner = Noone
Type = 400
Plate = TEST
Pos_x = 1451.7761
Pos_y = -1153.5676
Pos_z = 23.7988
Rot = 0.0000
Color1 = 3
Color2 = 5
RespawnDelay = 5
But the car is not spawning in game, why?