2019-11-10, 06:08 PM
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.
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.
Using Pawn.CMD?
If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.