24/7's , Burger Shots, Cluckin Bell's and Clothes Stores.
#1

Hello!
Can someone please tell me, how can i make 2 (Or more) Burgershots, 24/7's, Cluckin Bells or Clothes Shops (ZIP; Victim; Pro-Laps; Binco etc.) with the same interior? PlayerToPointStripped?

Thanks.
Reply
#2

EDIT:Just relised wat u acually asked xD
Reply
#3

new PlayerInt[MAX_PLAYERS];


than when he get in interior [ Not OnPlayerInteriorChange ]
set
PlayerInt[playerid] = 5; // Example

and when he exit check if he is at 5 exit else set pos to default
Reply
#4

Use separate virtual worlds for each restaurant.
Reply
#5

pawn Код:
else if(PlayerToPointStripped(5.0, playerid, X,Y,Z, cx,cy,cz))
{
     GetPlayerVirtualWorld(playerid) == ID)
     {
          SetPlayerPos(playerid, x,Y,Z);
     }
}
else setplayerpos etc.

Something like this?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)