[Solved] Question & Help
#1

Okay i have 4 houses using the same interiors and using setvirtualworld so they cant see each other while in different houses

Problem is they can see each others text so if im in house 1 i can see what house 2-3-4 is saying

How can i make so you cant?
Reply
#2

Are you using ProxDetector in your script?
Reply
#3

Just check if all players around are in the same virtual world.
Reply
#4

@Mademan - Yeah for some codes

@X_Cutter -They are not in the same world just same interior...
Reply
#5

Add a

pawn Код:
if(GetPlayerVirtualWorld(i) == GetPlayerVirtualWorld(playerid))
to your ProxDetector function or whatever you use under OnPlayerText callback.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)