26.12.2011, 14:43
(
Последний раз редактировалось fiki574; 26.02.2012 в 20:43.
)
VERSION 1.1
Released on 26/2/2012
INTRO:
Hello!
This is small include with 4 new camera views:
- Frog view (below ground and player)
- Bird view (over ground and player ---> GTA 1 and 2 style camera)
- First Person (well, name says it)
- Free view (follows player from static position)
Version 1.1:
- From five functions made just - one
- Added command /view (view-id) - you can change your view (this command is located inside the include, its ZCMD, so you will need ZCMD from Zeex; also, if you dont want it, simply open include and delete the command)
- Added _ALS_ hooking so it doesnt give you an error(s) while using this in other FS/GM
[ame]http://www.youtube.com/watch?v=B9Mb_utF2hw[/ame]
__________________________________________________ _______________________________________________
NATIVES & FUNCTIONS:
Only a single function!
pawn Код:
native SetPlayerView(playerid, cam_view);
//Change "cam_view" with following IDs of views:
0 - normal view
1 - bird view
2 - frog view
3 - first person
4 - free camera view
DOWNLOAD:
Mediafire v1.0 (outdated)
Mediafire v1.1 (newest, recommended)
__________________________________________________ _______________________________________________
BUG REPORT:
Please, report any bugs!
__________________________________________________ _______________________________________________
PROBLEM(S):
Few problems with these cameras:
1. They "lag"
2. First Person does not rotates camera
__________________________________________________ _______________________________________________
CREDITS:
ZeeX - ZCMD
aRoach - suggestion for making only a single function
fiki574_CRO - made this