Visible to only one player? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Visible to only one player? (
/showthread.php?tid=495663)
Visible to only one player? -
ajwar - 18.02.2014
Hi, is it possible to attach object to playerid: 2 which can only be seen by playerid: 1?
Re: Visible to only one player? -
Vince - 18.02.2014
I don't think so. It would need to be a PlayerObject to only be visible to one player. The only function that comes to mind is AttachPlayerObjectToPlayer. Unfortunately, that function was removed.