19.03.2015, 19:38
// By Golf .
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
Info :
hello i made a simple script S-Quiz for RP servers
screens :
Video Test :
Downloads :
tags :
Quote:
// Questions and Answers from " http://www.proprofs.com/quiz-school/...-roleplay-quiz " |
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
if you want to add more questions/Answers ?, you have any problem ?? pm me i'll help you ^^
Regards Golf
PHP Code:
new SQuestion[6][] = // Questions from " http://www.proprofs.com/quiz-school/stor...eplay-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/stor...eplay-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",