28.04.2012, 10:01
I'm sorry, but i can't get this to work.. I will post what I have now, and maybe you could help me..
This is the line where it saves:
This is the CMD:
Now, i have no clue how to get this to work.. (BTW, I use mademan's AVS system)
This is the line where it saves:
pawn Код:
format(line, sizeof(line), "NumberPlate=%s\r\n", VehicleNumberPlate[vehicleid]); fwrite(handle, line);
pawn Код:
CMD:trackplate(playerid,params[]
{
GetVehicleIDFromPlate(params)
return 1;
}