Jump to content
Sawdbuster

Getting Doctors to enter Fire Trucks

Recommended Posts

Hey!

try this, go to commands folder and get entercar script, edit this part, notice the "heal" command. add it and now your doctors would be able to enter fire trucks


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;

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...