04.07.2015, 20:35
Who know This BUG? :
https://*********/p3pELq8TWas
And the script:
https://*********/p3pELq8TWas
And the script:
PHP код:
if (IsPlayerInRangeOfPoint(playerid,2,1752.1890,-1753.5682,14.7250))
{
SetPlayerInterior(playerid,10);
SetPlayerPos(playerid,386.6023,2324.0242,1889.5812);
SetPlayerFacingAngle(playerid,93.5558);
PlayerInfo[playerid][pInt] = 10;
}
else if (IsPlayerInRangeOfPoint(playerid,2,386.6023,2324.0242,1889.5812))
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,1752.1890,-1753.5682,14.7250);
SetPlayerFacingAngle(playerid,3.6319);
PlayerInfo[playerid][pInt] = 0;
}