SA-MP Forums Archive
[FilterScript] New Quiz System Make Question and Answers.. - 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] New Quiz System Make Question and Answers.. (/showthread.php?tid=654049)



New Quiz System Make Question and Answers.. - Usmanmemon - 19.05.2018

INTRO:
Basically it's an filterscript which allow you to make same sort of question in game and assign price for each question..

COMMANDS:
/makequiz,
/quizans

DOWNLOAD LINK:
PASTEBIN


soon i will provide some screen shots, and I didn't found any bug if you saw any sort of bug please mention it here.


Re: New Quiz System Make Question and Answers.. - Slawi - 20.05.2018

Nice work bro! keep it up.


Re: New Quiz System Make Question and Answers.. - CaptainBoi - 20.05.2018

good work
+rep


Re: New Quiz System Make Question and Answers.. - RogueDrifter - 20.05.2018

You should add a string limit (number of characters limited in the question to not end up with things like: and then he ha..'' you know what i mean)

Also instead of this:
Код:
stock pNAME(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    return name;
}
You can save the name once they connect and then get it from there (per player).

Overall it isnt much to keep pointing out and yeah i dunno, keep it up.


Re: New Quiz System Make Question and Answers.. - Usmanmemon - 20.05.2018

Quote:
Originally Posted by RogueDrifter
Посмотреть сообщение
You should add a string limit (number of characters limited in the question to not end up with things like: and then he ha..'' you know what i mean)

Also instead of this:
Код:
stock pNAME(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    return name;
}
You can save the name once they connect and then get it from there (per player).

Overall it isnt much to keep pointing out and yeah i dunno, keep it up.
Thanks for your suggestion i will improve my filterscript


Re: New Quiz System Make Question and Answers.. - Usmanmemon - 20.05.2018

Quote:
Originally Posted by MikeC1
Посмотреть сообщение
Good Job bro keep it up
Thanks Bro

Quote:
Originally Posted by CaptainBoi
Посмотреть сообщение
good work
+rep
Thank You

Quote:
Originally Posted by Slawi
Посмотреть сообщение
Nice work bro! keep it up.
Thank You


Re: New Quiz System Make Question and Answers.. - Dirda - 24.05.2018

I've been looking for this, Great work!
Simple Script and ConvertAble to Gamemode (cuz i wanted to make only admin can create the quiz)

Mission Passed!
Respect +


Re: New Quiz System Make Question and Answers.. - XXpro - 24.05.2018

This is for RP server only or what?


Re: New Quiz System Make Question and Answers.. - Usmanmemon - 26.05.2018

Quote:
Originally Posted by Dirda
Посмотреть сообщение
I've been looking for this, Great work!
Simple Script and ConvertAble to Gamemode (cuz i wanted to make only admin can create the quiz)

Mission Passed!
Respect +
Thank You..

Quote:
Originally Posted by XXpro
Посмотреть сообщение
This is for RP server only or what?
You can use it for RP and Freeroam both..