[FilterScript] /commands textdraw
#9

Quote:
Originally Posted by captainjohn
View Post
Thanks for the replies guys.



4/10 for creating some simple TextDraws that makes commands such as /cmds look a lot better.
Rather than having the commands show in the chat with SendClientMessage.

I have seen a lot of servers that show the commands in the chat and it just doesn't look right, so that's why I made this.

Yes it didn't take me long to make but it's a small helpful script out there that will help a lot of people.

4/10, underrated in my opinion but it's your opinion.

Anyway, thanks.
the rating was low due to the way you made it,
sure its a good feature but
its not easy to edit for our own commands...
i have maybe.. maybe 3 of the commands you show.
when you release a filterscript it should be easy to edit for the server owner
otherwise you could have posted this as an example
its not really a system of any kind just an idea

and my main point was on strcmp...
youll never get a better rating from me when using functions like strcmp without a length for a command
a simple fix for that is add the length of the command, 2secs
pawn Code:
if((strcmp("/cmds", cmdtext, true,4) == 0) || (strcmp("/commands", cmdtext, true,8) == 0))

if you want some examples of how to make it easier to edit then PM me
and ill send ya something,

this could turn out to be a great filterscript for users!

i was not trying to insult you! so please dont take it as so,
just trying to help you improve your script for others.


regards,


edit:

one other thing is if only 1 textdraw will be shown at a time
then you only need to make 1 td, and just update the text it displays.
it could be using only 3 tds instead of 7
Reply


Messages In This Thread
/commands textdraw - by captainjohn - 22.04.2012, 18:09
Re: /commands textdraw - by KyleSmith - 22.04.2012, 18:10
Re: /commands textdraw - by WarriorEd22 - 22.04.2012, 18:12
Re: /commands textdraw - by sscarface - 22.04.2012, 18:14
Re: /commands textdraw - by Jonny5 - 22.04.2012, 18:21
Re: /commands textdraw - by Nadav_P - 22.04.2012, 18:26
Re: /commands textdraw - by captainjohn - 22.04.2012, 19:21
Re: /commands textdraw - by Jows - 22.04.2012, 19:23
Re: /commands textdraw - by Jonny5 - 22.04.2012, 19:30
Re: /commands textdraw - by Andre_k - 22.04.2012, 19:35
Re: /commands textdraw - by captainjohn - 22.04.2012, 19:45
Re: /commands textdraw - by sscarface - 23.04.2012, 07:18
Re: /commands textdraw - by Aloushi - 23.04.2012, 11:02
Re: /commands textdraw - by captainjohn - 23.04.2012, 14:09
Re: /commands textdraw - by RTR12 - 23.04.2012, 14:41
Re: /commands textdraw - by Dude_Lebowski - 23.04.2012, 14:42
Re: /commands textdraw - by sscarface - 23.04.2012, 15:49

Forum Jump:


Users browsing this thread: 2 Guest(s)