• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Function to view things on a certain pos (like a camera)

Strack

Member
Joined
May 15, 2009
Messages
199
Reaction score
14
Some1 know how to make a function to see (like a camera) things on a certain pos?

it would be something like that:

function doPlayerSee(cid, pos, time)
time -> how much time player will see that position

Thanks for ur time
 
Why not just teleport the person to that position with an event that teleports them back to their original position. If you are worried about them being attacked, just make them invisible or something of the sort, and use doCreatureSetNoMove(cid, true) until they are teleported back.
 
'cause its not the same u know, I just only want him to see, nothing more, not to be there, I want players keep on same position, so others could see them, but player can't see them 'cause he's watching another position
 
Back
Top