10.08.2019, 12:45
Quote:
a simple fix, check for virtual worlds players cant be invisible if they are on different virtual world. that's it.
|
Quote:
Set Player's VW same as the object ID (or interior entrance ID) instead of setting it manually. Sometimes it can work.
|
pawn Code:
/*
Each interior pickup has its own name, and ID.
Each interior has its own virtual world too, so it doesn't glitch out
Each time a player uses /enter, a unique business ID will be assigned to him too (PlayerData >> IntID)
List of Interior IDs:
---CLOTHES---
"Unity Clothing Shop" - Unity - INT 1
"Binco" - Ganton - INT 2
---RESTAURANTS---
"Pizza Stacks" - Idlewood - INT 3
"Burger Shot" - Mulholland - INT 4
"Jim's Sticky Ring" - Mall - INT 5
"Luigi's Pizzeria" - Pershing Square - INT 6
---POLICE STATIONS---
"Los Santos Police Department HQ" - Pershing Square - INT 7
---STORES---
"Unity 24/7" - Unity - INT 8
"Idlewood Gas" - Idlewood Gas Station - INT 9
"69 Cents Only" - Idlewood - INT 10
"Idlewood 24/7" - Idlewood - INT 11
"Jefferson 24/7" - Jefferson - INT 12
"Mulholland 24/7" - Mulholland - INT 13
"Verona Mall 24/7" - Mall - INT 14
*/