09.11.2018, 16:10
try using
after assigning player with his data, which is probably somewhere inside OnPasswordResponse.
and are you sure you are saving the player coordinates and skin ? check through player table if its saving or not
pawn Код:
SetSpawnInfo(playerid, 0, sInfo[playerid][skinas], sInfo[playerid][p_x], sInfo[playerid][p_y], sInfo[playerid][p_z], 0, 0, 0, 0, 0, 0, 0);//////////////BŪTINA KEISTI!!!!!!!!!!!
SpawnPlayer(playerid);
and are you sure you are saving the player coordinates and skin ? check through player table if its saving or not