Y_INI Register / Login system help
#1

Solved
Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)