SA-MP Forums Archive
How to add job classes best way? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: How to add job classes best way? (/showthread.php?tid=497243)



How to add job classes best way? - Robis13 - 25.02.2014

I wanna create job classes for trucking and missions server i want police trucker and maybe soe other pilot mafia robber
boatman farmer.

How to create a job selection with skins and different classes colors? + missions for them all?


Re: How to add job classes best way? - Avi Raj - 02.03.2014

AddPlayerClass - to add a class.
OnPlayerRequestClass - to manage the classes or select.
SetPlayerPos - to set classes's spawns.

------------------------------------------

create a command /work, add some checkpoints and other things required.


Re: How to add job classes best way? - UpSMaX - 02.03.2014

*******.


Re: How to add job classes best way? - Robis13 - 07.03.2014

ty for that