24.01.2017, 15:42
Just a simple exemple
PHP код:
function LoadVehicles(vehid,name[],value[])
{
INI_String("Owner", VehicleInfo[vehid][vOwner], MAX_PLAYER_NAME);
INI_Int("ID",VehicleInfo[veid][vID]);
INI_String("Plate", VehicleInfo[vehid][vPlate], 10);
return 1;
}