20.09.2014, 16:12
this is i got from
Код:
public OnPlayerStatsUpdate(playerid) format(var, 32, "pv%dImpound=%d\n", v, PlayerVehicleInfo[playerid][v][pvImpounded]);fwrite(hFile, var); public OnPlayerOfflineSave(playername[]) format(var, 32, "pv%dImpound=%d\n", v, PlayerVehicleInfo[playerid][v][pvImpounded]);fwrite(hFile, var);