[HowTo] Create a simple registration system using dini!
#41

Yes there is a way by doing

pawn Code:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
Enum[playerid][XPos] = x;
Enum[playerid][YPos] = y;
Enum[playerid][ZPos] = z;
dini_FloatSet(file, "X", Enum[playerid][XPos]);
dini_FloatSet(file, "Y", Enum[playerid][YPos]);
dini_FloatSet(file, "Z", Enum[playerid][ZPos]);
Reply
#42

ok cool thanks
Reply
#43

how can you save the armour and health?
Reply
#44

wat folder do i have to make in scripfiles
Reply
#45

Quote:
Originally Posted by RoXONPL
View Post
wat folder do i have to make in scripfiles
A folder named "Users"
Reply
#46

thx bro work perfect
Reply
#47

I can't find the file where this is being saved, nor will it load on login.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)