SA-MP Forums Archive
[FilterScript] C" First Person Driving (FPD) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] C" First Person Driving (FPD) (/showthread.php?tid=464137)



C" First Person Driving (FPD) - Champ - 15.09.2013

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









Re : C" First Person Driving (FPD) - Kutter - 15.09.2013

really not bad, +1


Re: C" First Person Driving (FPD) - jakejohnsonusa - 15.09.2013

Well done!

I look forward to trying this out. +1 rep for the great and unique work.



Maybe in an update see if you can get the trucks camera positions to work bug-free?


Re: C" First Person Driving (FPD) - Champ - 15.09.2013

Thank You Friends for you kind comments.



Re: C" First Person Driving (FPD) - Tuntun - 15.09.2013

Oooh shit! nice work mate! +1 rep.


Re: C" First Person Driving (FPD) - Champ - 15.09.2013

Quote:
Originally Posted by Tuntun
Посмотреть сообщение
Oooh shit! nice work mate! +1 rep.
Thanks


Re: C" First Person Driving (FPD) - d0nTtoucH - 15.09.2013

better of you make it with command on/off


Re: C" First Person Driving (FPD) - Frederico - 15.09.2013

Nice work!!


Re: C" First Person Driving (FPD) - Anak - 16.09.2013

Nice work.


Re: C" First Person Driving (FPD) - Champ - 16.09.2013

Thank You