How to make a class system - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to make a class system (
/showthread.php?tid=567068)
How to make a class system -
hardiksingh5 - 10.03.2015
Jobs
Pilot
Trucker
Racer
Police
Thief
Re: How to make a class system -
CalvinC - 10.03.2015
Use
AddPlayerClass, or with
Ex to set a players team.
Re: How to make a class system -
hardiksingh5 - 10.03.2015
How can I tell them what they have to do
Re: How to make a class system -
oliverrud - 10.03.2015
Quote:
Originally Posted by hardiksingh5
How can I tell them what they have to do
|
https://sampwiki.blast.hk/wiki/SendClientMessage would be the easiest option.
Re: How to make a class system -
hardiksingh5 - 10.03.2015
I mean how can they work with that class
Re: How to make a class system -
CalvinC - 10.03.2015
It will make them able to select it in the class selection screen when you join the server.
And when they do so, it will set their weapon id, skins and such.