entering a interior makes the world disappear
#2

pawn Код:
CMD:exit(playerid, params[])
{
       if(IsPlayerInRangeOfPoint(playerid,3.0,246.3760,109.2460,1003.2188)) //City Hall
       {
         SetPlayerInterior(playerid,0);
         SetPlayerVirtualWorld(playerid,0);
         SetPlayerPos(playerid,-207.2261,1077.2693,20.5992);
         }
     return 1;
}
Try resetting it back to vw 0 with this ,

Good luck and let me know if it worked out well!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)