Tips System - 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)
+--- Thread: Tips System (
/showthread.php?tid=615416)
Tips System -
Tass007 - 22.08.2016
I'm not sure if this is the right section for this, but since I need help with it I guess it is
I'm wanting like a random message sort of thing for a script, however I want it to be dynamic. I found this script
TIP SYSTEM by dobby (Can't post external website link) and it's exactly what I want, however it's in Czech and I'm English and so is the server, and the link within that website doesn't come with a .pwn. I guess what I'm asking is that; does anyone have an idea for an algorithm that I could use?
Re: Tips System -
Josh_Main - 22.08.2016
Hey
Why don't you just download another random messages script, that way it'll be easy to edit and you'll have the .pwn file so you're able to edit it. It's a filterscript
Here's one I found for you:
https://sampforum.blast.hk/showthread.php?tid=155924
If you're not sure how to add filterscripts just let me know and I can help you!
You could also look at this tutorial if you want to learn how to make random messages using textdraws:
https://sampforum.blast.hk/showthread.php?tid=327709
Good luck!
Re: Tips System -
Tass007 - 22.08.2016
Hey thanks for you input,
However I do know how to make random messages scripts, I just don't want them hardcoded into the script. I want to be able to add them dynamically...Especially because I use a database that stores all my files/logs.
Re: Tips System -
Shinja - 22.08.2016
You wan't to be able to add random message ingame?
Re: Tips System -
Tass007 - 22.08.2016
Yes. And also be able to modify them and remove them all in gsme.
Re: Tips System -
DarkSkull - 23.08.2016
Check this out:
http://forum.sa-mp.com/showthread.ph...06#post3756306
Re: Tips System -
Tass007 - 23.08.2016
Yes I know, @Shinja made that after reading my post.
Quote:
Originally Posted by Shinja
|
Re: Tips System -
oMa37 - 23.08.2016
Why don't make your own one? It's quite easy.
Re: Tips System -
Tass007 - 23.08.2016
I probably could've but I was wanting it to be dynamic and I don't have alot of experience with dialogs