27.08.2011, 21:36
pawn Code:
SetPlayerInterior(playerid, dini_Int(playerfile, "Interior"));
SetPlayerVirtualWorld(playerid, dini_Int(playerfile, "VW"));
SetPlayerPos(playerid, dini_Float(playerfile, "PosX"), dini_Float(playerfile, "PosY"), dini_Float(playerfile, "PosZ"));
SetPlayerFacingAngle(playerid, dini_Float(playerfile, "RotZ"));