#1

I need some help idk what bug is it i already put space or something but it didnt work.

this is the example.

Код:
format(var, 32, "pv%dNumPlate=%s\n", v, PlayerVehicleInfo[playerid][v][pvNumberPlate]);fwrite(hFile, var);
evidence.

but it some how turn out to be this.


Reply
#2

The text i just too long for a small number plate. (logic)
Reply
#3

umm wait i try 4 letters.
Reply
#4

I already try 4 letter "test"

but it show this same problem.

Reply
#5

It's not only 4 characters.
Remove the string behind it, NumPlate or whatever..
Reply
#6

Umm is there another that can undetect the

"pv%dNumPlate=%s\n"
Reply
#7

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)