SA-MP Forums Archive
[HowTo] Create a simple registration system using dini! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HowTo] Create a simple registration system using dini! (/showthread.php?tid=47131)

Pages: 1 2 3


Re: [HowTo] Create a simple registration system using dini! - Reklez - 04.04.2012

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



Re: [HowTo] Create a simple registration system using dini! - squomp - 04.04.2012

ok cool thanks


Re: [HowTo] Create a simple registration system using dini! - squomp - 04.04.2012

how can you save the armour and health?


Re: [HowTo] Create a simple registration system using dini! - RoXONPL - 06.07.2012

wat folder do i have to make in scripfiles


Re: [HowTo] Create a simple registration system using dini! - [MM]RoXoR[FS] - 06.07.2012

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


Re: [HowTo] Create a simple registration system using dini! - MovieDrifting - 17.11.2012

thx bro work perfect


Re: [HowTo] Create a simple registration system using dini! - Dylan_Madigan69 - 07.03.2013

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