Jump to content

[HELP] Trying to make Friendly Fire script


Recommended Posts

Posted

Hi,

Im trying to make a Friendly Fire script

So players cannot shoot on they're teammates

But i dont know how?

Can someone give me a LITTLE start

So i can finish it myself so i can learn about it.

Regards,

Jesseunit

Posted

hey i made a bulletproof script..

But i only want that 1 car has it Ex. a "Enforcer"

here is my script:

function enterPlane(theVehicle, seat, jacked)
if (getVehicleType(theVehicle) == Helicopter) then
setVehicleDoorsUndamageable(theVehicle, true)  		
setVehicleDamageProof(theVehicle, true)  	
outputChatBox("* WARNING: You have entered a VIP / Admin Vehicle EXIT now or you get Kicked / Banned!", source)
end
end
 
addEventHandler("onPlayerVehicleEnter", getRootElement(), enterPlane)

Posted

Use getVehicleName and compare it with the vehicle name that you want to be bulletproof or getElementModel and check if the model ID is the ID of vehicle which you want to be bulletproof.

Posted
Use getVehicleName and compare it with the vehicle name that you want to be bulletproof or getElementModel and check if the model ID is the ID of vehicle which you want to be bulletproof.

ok

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...