SA-MP Forums Archive
a problem with createbutton - 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: a problem with createbutton (/showthread.php?tid=562692)



a problem with createbutton - Antoniohl - 10.02.2015

i've reached the maximum number of 'createbutton' it's 50 i made more than 50 and they're hidden i've been looking for long in include 'yom_buttons" or anything to make it more than 50. it is possible?


Re: a problem with createbutton - ikey07 - 11.02.2015

in yom_buttons.pwn aka in filterscript change #define MAX_BUTTONS 50 to your number.


Re: a problem with createbutton - Antoniohl - 11.02.2015

Quote:
Originally Posted by ikey07
Посмотреть сообщение
in yom_buttons.pwn aka in filterscript change #define MAX_BUTTONS 50 to your number.
there's no #define MAX_BUTTONS, i've already searched for this.


Re: a problem with createbutton - ikey07 - 11.02.2015

in the filterscript, not include, in your filterscript folder.


Re: a problem with createbutton - Antoniohl - 11.02.2015

well i have no filterscript^_^


Re: a problem with createbutton - ikey07 - 11.02.2015

yom_buttons.inc works only together with a filterscript, as you can check include, there is no actual functions in it, all functions is in the filterscript.


Re: a problem with createbutton - Antoniohl - 11.02.2015

well i have only a filterscript "123" amx only.. it's maybe?