/commands textdraw -
captainjohn - 22.04.2012
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.
Re: /commands textdraw -
Kyle - 22.04.2012
Nice style, but could be made dynamic.
Re: /commands textdraw -
WarriorEd22 - 22.04.2012
Looks awesome. I'll downloading it right now. Thanks and good job!
Re: /commands textdraw -
sscarface - 22.04.2012
nice1
Re: /commands textdraw -
Jonny5 - 22.04.2012
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.
Re: /commands textdraw -
Nadav_P - 22.04.2012
Pictures doesnt works .. But nice job!
Re: /commands textdraw -
captainjohn - 22.04.2012
Thanks for the replies guys.
Quote:
Originally Posted by Jonny5
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.
Re: /commands textdraw -
Jows - 22.04.2012
nice and easy
Re: /commands textdraw -
Jonny5 - 22.04.2012
Quote:
Originally Posted by captainjohn
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
Re: /commands textdraw -
Andre_k - 22.04.2012
Awesome Script CaptainJohn, I'll be using this for sure.
Re: /commands textdraw -
captainjohn - 22.04.2012
Thanks for the replies again.
Not sure why the Images are not working.
Re: /commands textdraw -
sscarface - 23.04.2012
captainjohn can u make /help text draw and /stats too but add player time stats on /stats cmds
Re: /commands textdraw -
Aloushi - 23.04.2012
good job !
Re: /commands textdraw -
captainjohn - 23.04.2012
Quote:
Originally Posted by sscarface
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.
Re: /commands textdraw -
Sting. - 23.04.2012
Yeah Good work. This is useful to new scripters. Good work again, dude.
Re: /commands textdraw -
Dude_Lebowski - 23.04.2012
Hey mate this is really awsome and very usefulll makes textdraws creations alot easier .
Re: /commands textdraw -
sscarface - 23.04.2012
Quote:
Originally Posted by captainjohn
Yeah, I'll make them and release them soon.
|
ok i am w8ing ur fs