how to save ARMOUR
#1

hi guys....
how to simply save armour and health into the file like scriptsfiles/hpandarmor.txt
with using dini file maybe ?
Reply
#2

Using dini:
pawn Код:
// Somewhere
new Float:armour;
GetPlayerArmour(playerid, armour);
dini_FloatSet(file, "Armour", armour);
Of course you are going to have to define some things firstly, but that's basically it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)