SetPlayerPos BUG
#1

Who know This BUG? :

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;
               } 
Reply


Messages In This Thread
SetPlayerPos BUG - by Sn4ke2 - 04.07.2015, 20:35
Re: SetPlayerPos BUG - by AlonzoTorres - 04.07.2015, 20:38
Re: SetPlayerPos BUG - by Sn4ke2 - 04.07.2015, 20:49
Re : SetPlayerPos BUG - by Terrorizt - 04.07.2015, 20:53
Re: SetPlayerPos BUG - by Pottus - 04.07.2015, 21:06
Re: SetPlayerPos BUG - by Sn4ke2 - 04.07.2015, 21:20
Re: SetPlayerPos BUG - by AlonzoTorres - 04.07.2015, 21:22
Re : Re: SetPlayerPos BUG - by Terrorizt - 04.07.2015, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)