Jump to content
Guest e34p

Changing person type from ambulance to fire

Recommended Posts

Guest e34p

I want to be able to change a person from an ambulance personnel to a firefighter. I have changed the group in the edittor but the person still won't go into a fire engine.

Any help would be much appreciated.

Link to comment
Share on other sites

Hey!

try this, go to commands folder and get entercar script, edit this part

case VT_FIREFIGHTERS_ASF :

case VT_FIREFIGHTERS_DLK :

case VT_FIREFIGHTERS_RW :

case VT_FIREFIGHTERS_TLF :

case VT_FIREFIGHTERS_LF :

case VT_FIREFIGHTERS_FLB :

case VT_FIREFIGHTERS_LPF :

case VT_FIREFIGHTERS_GTF :

if(!p.HasCommand("Extinguish") && !p.HasCommand("GetShears") && !p.HasCommand("Dive") && !p.HasCommand("Heal"))

return false;

break;

notice the "heal" command. add it and now your doctors would be able to enter fire trucks.

you cant change person type, a person is a person. its the commands that enables them to enter a spesific vehicle.

hope this helps :)

Link to comment
Share on other sites

Guest e34p

Thanks for the advice but I don't want the person to be a paramedic. I want the person to be a firefighter.

Basically, How do I make someone a firefighter? What to I need to change?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...