18.06.2013, 17:04
First of all, you must save the player's position when he quits.Do it where you create your player's file function and add like this:
Then when he connects use
pawn Код:
Float:pPos_x,
Float:pPos_y,
Float:pPos_z,
Float:pPos_r,
pawn Код:
SetPlayerPos(playerid,PlayerInfo[playerid][pPos_x],PlayerInfo[playerid][pPos_y],PlayerInfo[playerid][pPos_z]);