NotAvailable Posted August 3, 2010 Posted August 3, 2010 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
50p Posted August 3, 2010 Posted August 3, 2010 https://wiki.multitheftauto.com/wiki/SetTeamFriendlyFire You even have an example there.
NotAvailable Posted August 3, 2010 Author Posted August 3, 2010 https://wiki.multitheftauto.com/wiki/SetTeamFriendlyFireYou even have an example there. K thankyou
NotAvailable Posted August 3, 2010 Author Posted August 3, 2010 https://wiki.multitheftauto.com/wiki/SetTeamFriendlyFireYou even have an example there. 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)
50p Posted August 3, 2010 Posted August 3, 2010 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.
NotAvailable Posted August 3, 2010 Author Posted August 3, 2010 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now