Lan
|
ppllol get more ppl on and stuff........plus with the cameras when u make them ohters can see them so whats the point of having cameras taht everyone can see...u should be able 2 make them private or public 2 show off houses and junk
|
Y2kEric
|
There are two cameras in Iconica, "Camera" and "Security Camera". No one else but the owner can view the Security Camera. It's been in Iconica for ages.
|
Lan
|
Hmmm....well i made a private camera and i went in and look at other ppls houses
|
Y2kEric
|
If it's a regular camera, anyone can view it. If it's a security camera, only the owner can view it.
|
Lan
|
....but eric with my computer i went and look at other ppls surcity cameras
|
Y2kEric
|
I have just looked in the coding for the "View Camera" system, it is not possible for you to look at other peoples security cameras.
| Code: | for(var/obj/Build/objects/O in world)
if(istype(O,/obj/Build/objects/Security_Camera))
if(O.owner == usr.key)
Choices.Add(O)
if(istype(O,/obj/Build/objects/Camera))
if(O.owner)
Choices.Add(O) |
|
Lan
|
.....well you got me there....lol but i did see someone else house
|
|
|