SA-MP Forums Archive
[FilterScript] S-Quiz [ simple quiz role play 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] S-Quiz [ simple quiz role play system ] (/showthread.php?tid=568136)



S-Quiz [ simple quiz role play system ] - Golf - 19.03.2015

// By Golf .

Info :


hello i made a simple script S-Quiz for RP servers

screens :




Video Test :



watch me
Downloads :


pastbin me
tags :


Quote:

// Questions and Answers from " http://www.proprofs.com/quiz-school/...-roleplay-quiz "

you must download zcmd for test my cmd

i dont take any credits for help newbies ^^

sorry for my bad english

the script work perfectly any problem contact me
How to edit Questions or Answers:


you must edit

PHP Code:
new SQuestion[6][] =  // Questions from  " http://www.proprofs.com/quiz-school/story.php?title=lvrp-roleplay-quiz "
{
    
"Q1 : If you're bored and want to deathmatch, what would you do?"//Question 1 ....
    
"Q2 : PowerGame mean ?",
    
"Q3 : Cheat allowed ?",
    
"Q4 : Are you allowed to jump to get somewhere faster?",
    
"Q5 : What is the correct method for getting admin' help in game?",
    
"Q6 : What should you do if you have an awesome suggestion ?"
};
new 
SAnswers[6][3][] =  // Answers from  " http://www.proprofs.com/quiz-school/story.php?title=lvrp-roleplay-quiz "
{
    {
"A1 : Buy a weapon and start the killing spree""A2 : Log out or connect to a dm server.""A3 : Form a gang which results in wars" } , // Answers for Question 1 ....
    
{"A1 : kill peoples" "A2 : Metagaming" "A3 : Impossible Actions"}, // Answers for Question 2 ....
    
{"A1 : No." "A2 : Yes,usefull for RP servers" "A3 : i dont know"}, // Answers for Question 3 ....
    
{"A1 : Yes if you're in a hurry" "A2 : No, bunnyhopping is not allowed. It is non-RP" "A3 : Yes, all the time"}, // Answers for Question 4 ....
    
{"A1 : Talk in ooc chat with all caps so they see it" "A2 : Make an advert" "A3 : Use /report"}, // Answers for Question 5 ....
    
{"A1 : PM any of the current admins online" "A2 : Explain it through local OOC, global OOC, advert or /report" "A3 : Suggest it on the forum with proper details" // Answers for Question 6 ....
}; // note becarful for ''' {"A1 : Myqestion ", // this doent write correctly the correct form ---> {"A1 : Myqestion", 
if you want to add more questions/Answers ?, you have any problem ?? pm me i'll help you ^^
Regards Golf


Re : S-Quiz [ simple quiz role play system ] - AlexBlack - 19.03.2015

Nice job khouya !


Re: S-Quiz [ simple quiz role play system ] - Golf - 19.03.2015

thank you my bro dz 3<^^


Re: S-Quiz [ simple quiz role play system ] - Pottus - 19.03.2015

You need to make it player textdraws complete waste here you couldn't even fill a server past 166 players (at the same time at least lol)

Code:
Text:Quiz[MAX_PLAYERS][12];



Re: S-Quiz [ simple quiz role play system ] - Golf - 19.03.2015

added in OnPlayerDisconnect
edit : no i create news textdraws per /cmd uses


Re: S-Quiz [ simple quiz role play system ] - Younes44 - 19.03.2015

hhhh Dz
Good job Brother


Re: S-Quiz [ simple quiz role play system ] - Golf - 19.03.2015

thank you " wlid bladi ^^ "


Re: S-Quiz [ simple quiz role play system ] - LuisFerreira - 19.03.2015

Great work !


Re: S-Quiz [ simple quiz role play system ] - Golf - 19.03.2015

Quote:
Originally Posted by LuisFerreira
View Post
Great work !
thanks bro


Re: S-Quiz [ simple quiz role play system ] - Mya - 20.03.2015

Great job