[Release] Job: Save people, be a hero! (paramedic, emergency, coma, KO)

I made each file and each line manually.

What do you mean by bdd ? The fact that you have to assign the job ID to the player ?

job_id int(11) NOT NULL AUTO_INCREMENT,
job_name varchar(40) NOT NULL,
salary int(11) NOT NULL DEFAULT ‘500’,

this in the bdd , sql.sql

Hi nice work.

But what is the command for heal aor rez?
For the job all work fine. But i don’t have alert on the radar.

I do not understand these 4 tables … How can we modify it in game?

there are tables for an another script. Just remove it

Got the script for it laying around, can PM it to you.

1 Like

can you pm it to me too? :smiley:

Sure, can do that. Translating it right now :slight_smile:

1 Like

Could i get a PM also? Would like to look at it.

So, you say you have an ID card working ? :stuck_out_tongue:

Very simple script - Would like to clarify that I am not the original coder, someone handed this to me, and I just fitted it to suite my needs so far, have yet to do so cops can do /checkid and get their ID up.

(Re-)released it in the release section.

1 Like

ive found a small bug with this code. Sometimes when im killed by a ped, or by a car. Respawning doesnt work, pressing the X key doesnt work at all. Is it possible to look into this? or maybe make a /respawn command as a workaround?

Is there a way to set the players model to something like “s_m_m_paramedic_01” ?

Having an issue.

I can become a doctor, i can spawn the ambulance.

But players cant call for me.
I cant revive them
and no notifaction?

scripthook = false.

idem help please …

hi Jyben first thx for your script work fine :wink:

its possible to add in a next release a cmd for manualy heal another player ?!

thx

Hey, So im missing enService from my database, What are the correct arguments and where do i add it?

Thanks :slight_smile:

Add this to table users

	`enService` TINYINT(1) NOT NULL DEFAULT '0'
1 Like

very nice job man ! thank you very much !