13.11.2010, 08:08
Well its called reversal Engineering OK Copy the Enter Command I made Paste it under the 3rd Closing Bracket after Enter... But nevermind i made it for you and another dont be a smart ass man.. period Did you not see the post i made it works i tried and added a gotobank and gotohouse
pawn Code:
if(strcmp("/exit",cmdtext, true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(IsPlayerInRangeOfPoint(playerid, 5.0, 2209.3159,-1106.1302,14.9276))//--House00000---
{
SetPlayerPos(playerid, 2207.5254,-1100.4119,31.5547);
SetPlayerFacingAngle(playerid, 68.2839); // CHANGE THESE UR SELF
SetCameraBehindPlayer(playerid);
SetPlayerInterior(playerid, 0);
}//--------------------------------------------------------------------------------
else if(IsPlayerInRangeOfPoint(playerid, 5.0, 1417.3789,-989.1111,1639.7843))
{
SetPlayerPos(playerid, 1412.0670,-1699.9690,13.5395);
SetPlayerFacingAngle(playerid, 269.2184); // CHANGE THESE UR SELF
SetCameraBehindPlayer(playerid);
SetPlayerInterior(playerid, 0);
}
}
}