Need help with dini
#1

However, this is not write on the file the playername ..
dini_Set(GetVehicleFile(carid),"Owner",GetName(pla yerid));
Reply
#2

Is this what you are looking for?

pawn Код:
new file[128];
format(file, sizeof(file), YOUR_FILE_DIR, carid)
dini_Set(file, "Owner", GetName(playerid));
Reply
#3

Its the same action, the GetVehicleFile is just a shortcut
Reply
#4

What exactly is your problem then?
Reply
#5

Its dosent write anything in the file ..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)