[FilterScript] C" First Person Driving (FPD)
#1

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.

pawn Код:
if(GetPlayerVehicleID(playerid) == TRUCK_ID)
{
    // Camera position
}
Just set your camera position according to the trucks height.

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
ENABLED
DISABLED






Reply


Messages In This Thread
C" First Person Driving (FPD) - by Champ - 15.09.2013, 14:30
Re : C" First Person Driving (FPD) - by Kutter - 15.09.2013, 14:43
Re: C" First Person Driving (FPD) - by jakejohnsonusa - 15.09.2013, 14:45
Re: C" First Person Driving (FPD) - by Champ - 15.09.2013, 16:50
Re: C" First Person Driving (FPD) - by Tuntun - 15.09.2013, 16:56
Re: C" First Person Driving (FPD) - by Champ - 15.09.2013, 18:12
Re: C" First Person Driving (FPD) - by d0nTtoucH - 15.09.2013, 19:26
Re: C" First Person Driving (FPD) - by Frederico - 15.09.2013, 23:43
Re: C" First Person Driving (FPD) - by Anak - 16.09.2013, 10:34
Re: C" First Person Driving (FPD) - by Champ - 16.09.2013, 15:53

Forum Jump:


Users browsing this thread: 1 Guest(s)