entering a interior makes the world disappear
#1

Hello guys, I occurred a problem that when I /enter an interior and than exiting it makes the world disappear and few objects are there only, and those are only the objects I edited.

What could be the problem? Here is the /enter /exit command for the building that makes this happen.

Код:
CMD:enter(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid,3.0,-207.2261,1077.2693,20.5992)) //City Hall
    {
       SetPlayerInterior(playerid,10);
       SetPlayerPos(playerid,246.3760,109.2460,1003.2188);
       }
    return 1;
}
Here is the /exit command:

Код:
CMD:exit(playerid, params[])
{
       if(IsPlayerInRangeOfPoint(playerid,3.0,246.3760,109.2460,1003.2188)) //City Hall
       {
         SetPlayerPos(playerid,-207.2261,1077.2693,20.5992);
         }
     return 1;
}
Here is a picture:
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)