Simple Radio System [TEXTDRAWS] -
Gogorakis - 22.11.2015
Hey there,
I just started scripting and I decided to exercise while making some filterscript with tutorials and stuff like that.
So, this is one of my filterscripts.
Type /radio to appear the radio channel list.
4Shared: Pastebin: http://pastebin.com/WrEhatb6
Re: Simple Radio System [TEXTDRAWS] -
UltraScripter - 22.11.2015
Nice but you could use
new Text:Textdraw[20]; instead of
new Text:textdraw0;
new Text:textdraw1;
Re: Simple Radio System [TEXTDRAWS] -
Gogorakis - 22.11.2015
Quote:
Originally Posted by UltraScripter
Nice but you could use
new Text:Textdraw[20]; instead of
new Text:textdraw0;
new Text:textdraw1;
|
Thanks for letting me know!
Re: Simple Radio System [TEXTDRAWS] - Patrick - 22.11.2015
I swear Pottus kept telling everyone about the difference between PlayerText and GlobalTextDraw.
Anyways the design looks pretty nice.
Re: Simple Radio System [TEXTDRAWS] -
SecretBoss - 22.11.2015
It\'s not very handy for server who have more than 9 radio stations, anyway I don\'t really like that ideas with textdraw but yea design is nice, well done
Quote:
Originally Posted by UltraScripter
Nice but you could use
new Text:Textdraw[20]; instead of
new Text:textdraw0;
new Text:textdraw1;
|
Why to use 20 cells while he 17 textdraws in total? Also I think he used iPleomax\'s textdraw editor and this is why it has that kind of variables
Re: Simple Radio System [TEXTDRAWS] -
Kevln - 22.11.2015
Quote:
Originally Posted by Patrick
I swear Pottus kept telling everyone about the difference between PlayerText and GlobalTextDraw.
Anyways the design looks pretty nice.
|
Per-player textdraws aren\'t needed in this case, everything is constant. If it had pages, then per-player textdraws should have been used, or anything else that might be different for various players.
I don\'t like the design, it\'s too big. And I would suggest adding pages.
Cheers.
Re: Simple Radio System [TEXTDRAWS] -
UltraScripter - 23.11.2015
Secretboss I gave him 20 cells just as example
Re: Simple Radio System [TEXTDRAWS] -
Private200 - 23.11.2015
Quote:
Originally Posted by Gogorakis
So, this is one of my filterscripts.
|
Just for the others to see, well done.
Re: Simple Radio System [TEXTDRAWS] -
Gogorakis - 27.11.2015
Quote:
Originally Posted by Private200
Just for the others to see, well done.
|
Thanks brother.
Re: Simple Radio System [TEXTDRAWS] -
AMonk - 27.11.2015
Good, but I think the design of textdraws were bad!
Respuesta: Simple Radio System [TEXTDRAWS] -
Coringa253 - 28.11.2015
GooD Job!