SA-MP Forums Archive
Radio with multiple slots - confused af. - 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: Radio with multiple slots - confused af. (/showthread.php?tid=597198)



yep - Hargrave - 27.12.2015

nevermind.


Re: Radio with multiple slots - confused af. - Jefff - 27.12.2015

if (sscanf(params, "d", slot, channel)) missing another 'd' for channel

in /setslot 'slot' is always 0 because you didnt use it
slot = strval(params);


Re: Radio with multiple slots - confused af. - Hargrave - 27.12.2015

----


Re: Radio with multiple slots - confused af. - Hargrave - 28.12.2015

bump.