[FilterScript] easy, menu 'clickable' multicolor By OTACON - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] easy, menu 'clickable' multicolor By OTACON (
/showthread.php?tid=499037)
easy, menu 'clickable' multicolor By OTACON -
OTACON - 06.03.2014
[] easy, menu 'clickable' multicolor By OTACON
[] Video:
[ame]www.youtube.com/watch?v=u8NZidazRMU[/ame]
[] Information:
N/A
[] Downloads:
[] Credits:
OTACON
Re : easy, menu 'clickable' multicolor By OTACON -
Eloctro - 06.03.2014
Awesome ! Very good job!
Re: easy, menu 'clickable' multicolor By OTACON -
Lordzy - 06.03.2014
The design looks pretty good, but would have been more better if you created it as a custom include where items and stuffs could be included.
Re: easy, menu 'clickable' multicolor By OTACON -
FrakyX - 06.03.2014
good work!
Re: easy, menu 'clickable' multicolor By OTACON -
PT - 06.03.2014
I like the design..
nice system man.
Re: easy, menu 'clickable' multicolor By OTACON -
Pottus - 06.03.2014
pawn Код:
enum Option{
Text:Items[23],
bool:MenuItems, };
new InfoOption[MAX_PLAYERS][Option];
Really? MAX_PLAYERS COULD not be more than 86 players otherwise you would fill all the textdraw slots what on earth are you thinking ? These need to be player textdraws.
Re: easy, menu 'clickable' multicolor By OTACON -
Mark_Samp - 06.03.2014
I love it! Good job
Respuesta: Re: easy, menu 'clickable' multicolor By OTACON -
OTACON - 06.03.2014
Quote:
Originally Posted by [uL]Pottus
pawn Код:
enum Option{ Text:Items[23], bool:MenuItems, }; new InfoOption[MAX_PLAYERS][Option];
Really? MAX_PLAYERS COULD not be more than 86 players otherwise you would fill all the textdraw slots what on earth are you thinking ? These need to be player textdraws.
|
is true, but I was doing something else and did this.
Would be better with Textdraws Player.
Re: Respuesta: Re: easy, menu 'clickable' multicolor By OTACON -
Pottus - 06.03.2014
Quote:
Originally Posted by OTACON
is true, but I was doing something else and did this.
Would be better with Textdraws Player.
|
Not only would it be better it needs to be player textdraws for this to be usable
Respuesta: Re: Respuesta: Re: easy, menu 'clickable' multicolor By OTACON -
OTACON - 07.03.2014
Quote:
Originally Posted by [uL]Pottus
Not only would it be better it needs to be player textdraws for this to be usable
|
course, is an idea around this.
Greetings.