15.09.2013, 14:30
(
Последний раз редактировалось Champ; 17.09.2013 в 15:42.
)
C" First Person Driving (FPD)
Hello Friends, After the creation of C" Admin. I decided to create a simple and basic filterscript. Because these simple things can made you server more attractive.
I am sure that you have heard about FPS (First Person Shoot) in every shooting game. Like Counter Strike, I.G.I, etc. And I think this feature is also introduced in SA-MP.
But, I think you don't have heard about FPD (First Person Driving) in SA-MP. I have tried to make something different and simple that should be easy to use and edit.
Features
This filterscript will give you the feature of real driving. In this filterscript, a camera is located in the car. By which you can drive car like the same way you drive in real.
Here are some images. Take a look on them.
IMAGE # 1
IMAGE # 2
IMAGE # 3
IMAGE # 4
IMAGE # 5
IMAGE # 6
Bugs & its fixes
If you drive truck. The height of truck is greater than the height of car and jeep. I have settled the camera at medium position. Which fits in Cars, Jeeps and Bikes, but not in truck. To fix this bug, you have to follow the below step.
Just set your camera position according to the trucks height.
Download
Update
DISABLED
Hello Friends, After the creation of C" Admin. I decided to create a simple and basic filterscript. Because these simple things can made you server more attractive.
I am sure that you have heard about FPS (First Person Shoot) in every shooting game. Like Counter Strike, I.G.I, etc. And I think this feature is also introduced in SA-MP.
But, I think you don't have heard about FPD (First Person Driving) in SA-MP. I have tried to make something different and simple that should be easy to use and edit.
Features
This filterscript will give you the feature of real driving. In this filterscript, a camera is located in the car. By which you can drive car like the same way you drive in real.
Here are some images. Take a look on them.
IMAGE # 1
IMAGE # 2
IMAGE # 3
IMAGE # 4
IMAGE # 5
IMAGE # 6
Bugs & its fixes
If you drive truck. The height of truck is greater than the height of car and jeep. I have settled the camera at medium position. Which fits in Cars, Jeeps and Bikes, but not in truck. To fix this bug, you have to follow the below step.
pawn Код:
if(GetPlayerVehicleID(playerid) == TRUCK_ID)
{
// Camera position
}
Download
Update
- Camera remains on bike after bike fall bug fixed
- Added third person camera only for Passengers
- Added cmds to ENABLE and DISABLE First Person
DISABLED