It should be for the fuel pump.
FP is an abbreviation for fuel pump. If the car quits when this fuse blows you probably need to replace the fuel pump if the fuel pump wiring circuit checks okay.
Check for FP leaks at the FP regulator and gasket (at TB unit) and possibly leaky pump.
you need to just pull the fuse out that says FP in your fuse box.
it,s in the fuse box in the engine bay in front of the battery,its a square black relay that has fp on it
to the left of your strearing wheel under panel with the light switch
A 98 Chevy Camaro has 200 horspower and about 220 fp torque
---Dog Training--- You can train your dog to search for Power Berries by using Ocarina bought from Rune's Item Shop. To use ocarina equip it and press [] square button while pressing the d-pad to enter the command. Sit (31+ FP) = Up, Left, Up Stay (31+ FP) = Up, Down, Down Come (51+ FP) = Left, Right, Right Search (71+ FP) = Down, Left, Up Pursue (71+ FP) = Right, Left, Right Jump (96+ FP) = Left, Up, Right Beg (126+ FP) = Down, Up, Up You can also train them by using your whistle.
Fp mean "FanPage" !! :0
FP Jac died in 2008.
FP Jac was born in 1955.
FP stands for Friendship points. Tell FP by buying a Love Bangle from Roller.
A file pointer is an opaque object that refers to a file. Opaque means that you should not attempt to delve into its specific value, other than to use it as a file pointer. FILE *fp; /* fp is the file pointer */ fp = fopen("somefile.txt"); if (fp == NULL) ...{exception}... fprintf(fp, "Hello somefile.txt"); fclose(fp);