• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Streamer question
#3
(2019-11-10, 06:08 PM)Pinch Wrote: You have LSPD map, set its interior ID to 0 (not -1)



You have global map for house, change it's vw to 10 for example (not -1, you don't need it in vw 0 because it's default and that's where all zara Gaming's players are)



Now when player enters House:



SetPlayerInterior(playerid, house_id);

( I assume it's AI so its starting value is 1 and no need for like I mentioned before, my baddy forgive me daddy )?



What we have done now?

Player's vw is same as LSPD map's but interior ids are different so lspd map won't be steamed (because that's how streamer works)?



On player exit house map



SetPlayerInterior(playerid, 0);

Now house map's interior is same as player id's but virtual world isn't so it won't be streamed.



I was also thinking of this and also asking them to re-do all the maps and just create the "global ones" in VW = 0 and the ones where the player's get teleported in 1/2 depends on the usage, thanks for your reply I would like to hear other opinions :)
  Reply


Messages In This Thread
Streamer question - by omcho - 2019-11-10, 06:04 PM
RE: Streamer question - by Pinch - 2019-11-10, 06:08 PM
RE: Streamer question - by omcho - 2019-11-10, 06:15 PM

Forum Jump: