mode selector - 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: mode selector (
/showthread.php?tid=549175)
mode selector -
semara456 - 05.12.2014
hey everybody can you help me i need some help how can i make this mode selector bcause i dont know what is the code
pls help me
sorry for my bad english
Re: mode selector -
M4D - 05.12.2014
Use textdraws and make them selectable
Search on Samp Wiki and forum
Use textdraw editors (you can find them in filterscripts forum or search)
Re: mode selector -
semara456 - 05.12.2014
ok thanks and how about the players counter
Re: mode selector -
OsteeN - 05.12.2014
Quote:
Originally Posted by semara456
ok thanks and how about the players counter 
|
You could have a global variable for the modes, then if someone joins it; add 1 to the variable for the specific mode they joined, and if they disconnected/change, deduct 1.