08.10.2017, 14:07
._.
y_ini is saving your variables value. It's you not setting the value for your player's current coordinate !!!
GetPlayerPos(playerid, PlayerInfo[playerid][Xpos],PlayerInfo[playerid][Ypos],PlayerInfo[playerid][Zpos]);
PlayerInfo[playerid][SkinID] = GetPlayerSkin(playerid);
And then save ...
y_ini is saving your variables value. It's you not setting the value for your player's current coordinate !!!
GetPlayerPos(playerid, PlayerInfo[playerid][Xpos],PlayerInfo[playerid][Ypos],PlayerInfo[playerid][Zpos]);
PlayerInfo[playerid][SkinID] = GetPlayerSkin(playerid);
And then save ...