26.07.2012, 05:59
Use:
new Float:px,Float:py,Float:pz,pint;
GetPlayerPos(playerid, px, py, pz);
pint = GetPlayerInterior(playerid);
SetPlayerPos(playerid, px, py, pz);
SetPlayerInterior(playerid,pint);
new Float:px,Float:py,Float:pz,pint;
GetPlayerPos(playerid, px, py, pz);
pint = GetPlayerInterior(playerid);
SetPlayerPos(playerid, px, py, pz);
SetPlayerInterior(playerid,pint);