10.10.2013, 19:03
What is your variable to save player's vehicles? Replace 'PlayerInfo[playerid][VehicleId]' with your variable.
pawn Код:
new str[50];
format(str, sizeof str, "/CARS/car_%i.ini", PlayerInfo[playerid][VehicleId]);
fremove(str);