ID:165062
Mar 2 2007, 1:53 pm
|
|
How do you decrease a player's view without making the screen size smaller and how do you make their screen black?
|
In response to DarkView
|
|
You can also mess with their sight var, making them only see specific object types or nothing at all (BLIND).
|
In response to Kaioken
|
|
mob |
Do you mean by adding blackness? You need to mess with the client.screen.
client |
In response to Xx Dark Wizard xX
|
|
But with that, the player can still use verbs and such on people in the blackness, unless you set some sort of new view variable and pass that through view().
|
In response to LastTroubadour
|
|
Like right clicking?
|
In response to Xx Dark Wizard xX
|
|
Well, yeah. But just in general.
|
An easier way might be to set the players client.eye object to null. Then when you want to change it back you simply set the client.eye to the players mob.
There is currently no way to decrease view var without making the view port smaller. In the near future this may be possible but for now it just doesn't work that way.