rssCamera Modes (cameras)
Category: | script |
---|---|
Author(s): | benxamix2 |
Downloads: | 19031 |
Rate: | You need to be logged in to vote |
Rating: | 3.5 (15 Votes) |
Description:
This simple resource allows you to change your camera behavior, by using a simple command:
/camera [modeNumber]
Where 'modeNumber' can be any of these four options:
1. Default
2. Forces camera position to be facing player's back
3. GTA I - Eagle view, floats just above the player
4. First Person
As an extra feature, there's a server-side function written for scripters to use:
setPlayerCameraMode ( player targetPlayer, int modNumber )
WARNING
These custom behaviours aren't compatible with mouse input.
Because of this, I advise you NOT to use them while swimming, since the player's facing direction completely depends on it.
I might add proper support for this.
/camera [modeNumber]
Where 'modeNumber' can be any of these four options:
1. Default
2. Forces camera position to be facing player's back
3. GTA I - Eagle view, floats just above the player
4. First Person
As an extra feature, there's a server-side function written for scripters to use:
setPlayerCameraMode ( player targetPlayer, int modNumber )
WARNING
These custom behaviours aren't compatible with mouse input.
Because of this, I advise you NOT to use them while swimming, since the player's facing direction completely depends on it.
I might add proper support for this.
Version history
Version | Publish Date | Changes | |
---|---|---|---|
0.7.0 | 2010-10-22 18:20:33 | Added "First Person Shooter" Camera. | Download |
0.6.0 | 2010-10-18 19:33:47 | Added "help.xml" and fixed GTA I on-vehicle camera. | Download |
0.5.0 | 2010-10-18 01:08:08 | Now you can enable/disable each camera from the Admin panel. | Download |
0.4.0 | 2010-10-18 00:42:24 | First public release | Download |