SA-MP Forums Archive
Y_INI Register / Login system help - 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: Y_INI Register / Login system help (/showthread.php?tid=595737)



Solved - DevHarden - 07.12.2015

Solved


Re: Y_INI Register / Login system help - Luicy. - 07.12.2015

Try to change from
PHP код:
PlayerInfo[playerid][pZ
to
PHP код:
new Float:xFloat:yFloat:z;
GetPlayerPos(playeridxyz);
INI_WriteFloat(File,"X",x); 
INI_WriteFloat(File,"Y",y); 
INI_WriteFloat(File,"Z",z); 
Next part wont be hard tho.
Just reconvert what I just wrote.