26.08.2011, 13:47
Quote:
pawn Код:
|
pawn Код:
if(strcmp(cmd, "/exit", true) == 0)
{
if(PlayerToPointStripped(2, playerid,238.5380,139.0598,1003.0234))
{
SetPlayerPos(playerid,2795.4570,-1619.4171,10.9219)
SetPlayerInterior(playerid, 3);
}
return 1;
}
This requires the Angle, The X Float, The Y Float and the Z Float.
You must have those there