29.03.2017, 07:09
Try this something like this. You should change things to be correct with your code.
I think that its better to define path of the file where they are saved.
FOR EXAMPLE:
I think that its better to define path of the file where they are saved.
FOR EXAMPLE:
Код:
#define path "/Vehicles/%s.ini" forward LoadVehicle_data(name[],value[]); public LoadVehicle_data(name[],value[]) { INI_Int("model", vInfo[playerid][model]); INI_Int("world", vInfo[playerid][world]); INI_Int("interior", vInfo[playerid][interior]); INI_Float("pos:x", vInfo[playerid][x_]); INI_Float("pos:y", vInfo[playerid][y_]); INI_Float("pos:z", vInfo[playerid][z_]); }