SA-MP Forums Archive
Object and Vehicle question - 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: Object and Vehicle question (/showthread.php?tid=374805)



Object and Vehicle question - Sniper Kitty - 04.09.2012

How do you make it so some players see a object/vehicle but other players cannot see the object/vehicle?


Re: Object and Vehicle question - [HK]Ryder[AN] - 04.09.2012

Read the wiki
https://sampwiki.blast.hk/wiki/CreatePlayerObject


Re: Object and Vehicle question - Sniper Kitty - 04.09.2012

There's nothing related to my question in that link, whatsoever.


Re: Object and Vehicle question - Sniper Kitty - 05.09.2012

Bump it's been two days.


Re: Object and Vehicle question - TouR - 05.09.2012

Ryder gave you the solution, With this code you can make an object visible to some players whats your problem now.


Re: Object and Vehicle question - Sniper Kitty - 05.09.2012

I want the object to be invisible for player A and C but visible to player B and D at the same time.


Re: Object and Vehicle question - [HK]Ryder[AN] - 05.09.2012

Quote:
Originally Posted by tour15
Посмотреть сообщение
Ryder gave you the solution, With this code you can make an object visible to some players whats your problem now.
Yep. That function will allow you to create an object that is only visible to a specific player.


Re: Object and Vehicle question - Sniper Kitty - 05.09.2012

I want the object to be invisible for player A and C but visible to player B and D at the same time.

Got an example?


Re: Object and Vehicle question - [HK]Ryder[AN] - 05.09.2012

Quote:
Originally Posted by Sniper Kitty
Посмотреть сообщение
I want the object to be invisible for player A and C but visible to player B and D at the same time.

Got an example?
Use that function and create 2 objects at the same place

Or

U can set player A and C in a different world


Re: Object and Vehicle question - Sniper Kitty - 05.09.2012

Okay I will test. Sorry for not understanding before.