[FilterScript] [FS/INC] Guide 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS/INC] Guide system (
/showthread.php?tid=553035)
[FS/INC] Guide system -
Pasa - 27.12.2014
Guide system (V 1.0):
Hello, I'm releasing my guide system that I have used on my old Generation Roleplay project
Some screens or video:
The guide looks like:

The structure of the guide is:

A video to show how the guide is working:
[ame]http://www.youtube.com/watch?v=0oi18g0TUqo[/ame]
Download:
The include file: Pastebin
An example how to use the include: Pastebin
I hope you like it
(I don't mind if you give me a +rep)
Re: [FS/INC] Guide system -
MohanedZzZ - 27.12.2014
I don't understand what is the point of creating this system ?
Can you explain please.
Re: [FS/INC] Guide system -
Pasa - 27.12.2014
On my old project "Generation Gaming" i have use it for a guide through the server, a newbie guide (/help | images), a command list (/cmds | images), when you get a new job i used to explain the job for the player and to show the commands of the job (/getjob | image).
I'm sure there are more uses for "a guide".
Yes there is other ways (maybe better) to make "a guide" (Client messages/Dialogs), I have choose this way because i like more textdraws for this use
Re: [FS/INC] Guide system -
SickAttack - 27.12.2014
Quote:
Originally Posted by MohanedZzZ
I don't understand what is the point of creating this system ?
Can you explain please.
|
It could be used for a help system or faqs, but it's kinda ugly
Re: [FS/INC] Guide system -
Abagail - 27.12.2014
Quote:
Originally Posted by SickAttack
It could be used for a help system or faqs, but it's kinda ugly 
|
I don't really think it's ugly; depends really on your taste. Maybe a theme system, allowing users to choose different themes would be kind-of cool.
Re: [FS/INC] Guide system -
XStormiest - 27.12.2014
That's nice, I dont usually put so much efforts into the look of a script, i like clean and original scripts wich works.
But this is nice, I mean it takes like 5-10 min to make a thing like this, so good job!
Re: [FS/INC] Guide system -
Pasa - 28.12.2014
Quote:
Originally Posted by XStormiest
That's nice, I dont usually put so much efforts into the look of a script, i like clean and original scripts wich works.
But this is nice, I mean it takes like 5-10 min to make a thing like this, so good job!
|
Thanks, yes it is very easy to make this guide, I was using it on the worst way (I haven't use it with a callback, the whole guide script was under the "OnPlayerKeyStateChange" callback -
image), but yesterday I was thinking that it would be easier to work with a callback.
I have release it because maybe someone can use it (I am close to leave samp).