XYZ HOUSE INTEROR PROBLEM
#1

when i added a house
i added the xyz of my house entrance after that i added the interior id that i taked from other house
but when i take the xyz of the other house interior and i added it to my new house when i exit from the house its exit from the other house
how can i copy that interior to make it in other house?
Reply
#2

Код:
if(cpid == cp1)
  {
  Entered[playerid] = 1;
  SetPlayerPos(playerid,373.825653,-117.270904,1001.499511);
  SetPlayerInterior(playerid, 5);
  }
  if(cpid == cp2)
  {
  Entered[playerid] = 2;
  SetPlayerPos(playerid,373.825653,-117.270904,1001.499511);
  SetPlayerInterior(playerid, 5);
  }
  if(cpid == cp3)
  {
  if (Entered[playerid] == 1)
  SetPlayerPos(playerid,-1809.8419,942.8087,24.8677);
  SetPlayerInterior(playerid, 0);
  if (Entered[playerid] == 2)
  SetPlayerPos(playerid,-1719.8334,1356.2742,7.1875);
  SetPlayerInterior(playerid, 2);
  }
Something like this under OnPlyerEnterCheckPoint

with
Код:
new Entered[MAX_PLAYERS];
Reply
#3

Change the Virtual World
Reply
#4

how can i change the virtual world :/
Reply
#5

SOLVED THANKS ALL
i changed virtual world
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)