SA-MP Forums Archive
Need help with class selection - 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: Need help with class selection (/showthread.php?tid=503668)



Need help with class selection - Dylancoolblue - 30.03.2014

so what i want to do is make 2 teams Usa and Russia but each of them classes has there own specific guns something like this http://prntscr.com/35ie2k and then when they are picking skins a textdraw on top of the skin saying like the team name and class

Код:
AddPlayerClass(73, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); //--Russian
 	AddPlayerClass(100, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); //--Russian
  	AddPlayerClass(101, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); //--Russian
   	AddPlayerClass(111, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); //--Russian
   	
   	AddPlayerClass(124, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); //--Usa
   	AddPlayerClass(122, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); //--Usa
   	AddPlayerClass(179, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); //--Usa
   	AddPlayerClass(287, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); //--Usa
Or i want to make it something like for the team selection http://prntscr.com/35ifld and http://prntscr.com/35ifu5 for the class selection


Re: Need help with class selection - Dylancoolblue - 30.03.2014

bump