[HELP] Server Console. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Server Console. (
/showthread.php?tid=159551)
[HELP] Server Console. -
MikkelGutten - 13.07.2010
Note: I've searched for Filterscripts, tutorials and I tried Wiki (about TextDraws).
I need help creating a "server console". What I mean about a "server console", is a textdraw box in the bottom right corner. That shows information when a player gets killed, when a player joins the server, ect.
If you know any tutorial, then please link me to it. If not, and you want to help me - Please add my MSN.
- Thanks alot!
Re: [HELP] Server Console. -
Jay. - 13.07.2010
Quote:
Originally Posted by MikkelGutten
Note: I've searched for Filterscripts, tutorials and I tried Wiki (about TextDraws).
I need help creating a "server console". What I mean about a "server console", is a textdraw box in the bottom right corner. That shows information when a player gets killed, when a player joins the server, ect.
If you know any tutorial, then please link me to it. If not, and you want to help me - Please add my MSN.
- Thanks alot!
|
EDIT: Misread.
Explain more about what you want.
Re: [HELP] Server Console. -
MikkelGutten - 13.07.2010
Quote:
Originally Posted by [BADBOY]
Make the textdraw and set a string for when the player dies.
|
Please read what the topic says agian, and then edit your post. Thanks
PS: What you wrote didn't help a shit realy. Sorry ...
Answer to EDIT:
Basicly you read right, but what you said doesn't explain it that well
Re: [HELP] Server Console. -
Jay. - 13.07.2010
Quote:
Originally Posted by MikkelGutten
Please read what the topic says agian, and then edit your post. Thanks
PS: What you wrote didn't help a shit realy. Sorry ...
Answer to EDIT:
Basicly you read right, but what you said doesn't explain it that well
|
Okay are use better english:
Use this FS
http://forum.sa-mp.com/showthread.ph...extdraw+editor
Create your box and the textdraw with this FS its very usefull ^^
Then use a string to show the player joined the server and died.
EDIT:
Or do you mean the server console when you open it the black box?
Re: [HELP] Server Console. -
Hiddos - 13.07.2010
Ryder already did this:
https://sampforum.blast.hk/showthread.php?tid=88869
Re: [HELP] Server Console. -
Jay. - 13.07.2010
Quote:
Originally Posted by Hiddos
|
Yes, But maybe he wants to create hes own.
Re: [HELP] Server Console. -
Hiddos - 13.07.2010
Yes, but maybe that's an example for him to know how to do it.
Re: [HELP] Server Console. -
MikkelGutten - 13.07.2010
Quote:
Originally Posted by Hiddos
Yes, but maybe that's an example for him to know how to do it.
|
I already tried download his code, and I read it. But I can't simply understand it, due he wrote all the defines, new(s), ect. in his own language. I might try to look at it agian. Thanks anyway
Re: [HELP] Server Console. -
MikkelGutten - 13.07.2010
So I created the Server Console Textdraws, and I now need to create a string when a Player Joins. Should I use 'static', so I can use the string at my timer?