Show object to player but not others while in the same world.
#1

Is it possible to show a player a certain object but not show it to others while they are on the same world. Like player checkpoints behave for example.
Thanks in advance!
Reply
#2

I believe it is possible with a streamer, like incognito using:

Код:
//CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
Hence the playerid parameter in the function (-1 is for all players)
Reply
#3

Quote:
Originally Posted by jop9888
Посмотреть сообщение
I believe it is possible with a streamer, like incognito using:

Код:
//CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
Hence the playerid parameter in the function (-1 is for all players)
Oh man! Thanks a million! +Rep
Reply
#4

I also found this:
https://sampwiki.blast.hk/wiki/CreatePlayerObject
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)