[FilterScript] /commands textdraw
#1

I was surprised to see a lack of commands using TextDraws.
So I made one and decided to release it.

This Script is good for those who are too lazy to create TextDraws or for those who don't know how to create them.

How to use it?
You can use the TextDraw by typing /commands or /cmds.
Feel free to edit it however you want.
The TextDraw is displayed down the left side of your screen, below that chat.

What's so good about this?
Well, when you type /commands you get a list of categories such as "General Commands" and "DM Zones" etc.
You simply type "1" in the chat to bring up the "General Commands" and "2" in the chat to bring up the "DM Zones" commands etc.

Pictures:


























Downloads:
Pastebin: http://pastebin.com/s9Saqpm6
PWN and AMX (SendSpace) http://www.sendspace.com/file/fmyly6

Mirrors are accepted.


I hope you use this, feel free to edit.

Thanks.
Reply
#2

Nice style, but could be made dynamic.
Reply
#3

Looks awesome. I'll downloading it right now. Thanks and good job!
Reply
#4

nice1
Reply
#5

you should always supply the length argument when using strcmp for a commandtext
https://sampwiki.blast.hk/wiki/Strcmp

also would be better if it was either dynamic, or had the proper functions
to create the TD easily with our own data.
i personally have something like this already

but good effort 4/10
always good to see some new work out here.
Reply
#6

Pictures doesnt works .. But nice job!
Reply
#7

Thanks for the replies guys.


Quote:
Originally Posted by Jonny5
View Post
but good effort 4/10
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.
Reply
#8

nice and easy
Reply
#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
#10

Awesome Script CaptainJohn, I'll be using this for sure.
Reply
#11

Thanks for the replies again.

Not sure why the Images are not working.










Reply
#12

captainjohn can u make /help text draw and /stats too but add player time stats on /stats cmds
Reply
#13

good job !
Reply
#14

Quote:
Originally Posted by sscarface
View Post
captainjohn can u make /help text draw and /stats too but add player time stats on /stats cmds
Yeah, I'll make them and release them soon.
Reply
#15

Yeah Good work. This is useful to new scripters. Good work again, dude.
Reply
#16

Hey mate this is really awsome and very usefulll makes textdraws creations alot easier .
Reply
#17

Quote:
Originally Posted by captainjohn
View Post
Yeah, I'll make them and release them soon.
ok i am w8ing ur fs
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)