}
public class QuizShowScore
{
public uint EntityID = 0;
public uint Score = 0;
}
public class MainInfo
{
public string[] Name;
public ushort[] Time;
public ushort[] Score;
public MainInfo()
{
Name = new string[3];
Time = new ushort[3];
Score = new ushort[3];
Name[0] = "none";
Name[1] = "none";
Name[2] = "none";
Time[0] = 0;
Time[1] = 0;
Time[2] = 0;
Score[0] = 0;
Score[1] = 0;
Score[2] = 0;
}
}
public class Info
{
public int LastAnswer;
public ushort Time;
public ushort Score;
public ushort QNo;
public byte[] Answers;
public ushort Rank;
public Info()
{
LastAnswer = 0;
Time = 0;
Score = 0;
QNo = 1;
Answers = new byte[Questions.Count];
Rank = 0;
}
}
public class Question
{
public string m_Question;
public Answer[] Answers;
public Question(string question, Answer[] answers)
{
m_Question = question;
Answers = answers;
}
public static implicit operator string(Question q)
{
return q.m_Question;
}
}
public class Answer
{
public string m_Answer;
public ushort Points;
public Answer(string answer, ushort points)
{
m_Answer = answer; Points = points;
}
public static implicit operator string(Answer q)
{
return q.m_Answer;
}
}
}
}
ok well i'm doing it right. done it before on other stuff, but this time i did it and it worked at first but when i closed and open the server it doesn't work anymore.. btw i just used f6 and still doesn't work
Most unusual, my line of thinking was that you were using some in-app restart which was ******** something up, my other line of thinking was that you had first tried to debug and then closed and started using the release .exe which would not be the same .exe
So i guess its a problem with the code -shrugs- keep trying i guess, sorry i cant help ya.
Most unusual, my line of thinking was that you were using some in-app restart which was ******** something up, my other line of thinking was that you had first tried to debug and then closed and started using the release .exe which would not be the same .exe
So i guess its a problem with the code -shrugs- keep trying i guess, sorry i cant help ya.
to save changes you did with that source it works for me debugin then building and it should update ur Source\Bin\Release start the server with that one not the one in the Debug folder but the one in your Release folder
[Fix]QuizShow 12/28/2010 - CO2 PServer Guides & Releases - 28 Replies I hear a lot of people saying how quiz show does not work.
Well I decided to go through the source and find out what the problem is.
It's really simple so here it is.
You're going to go to Database.cs and search for public static void LoadQuestions()
Under that you should see this{
{
string AllLines = System.IO.File.ReadAllLines("C:\\OldCODB\\Qui zShow.txt");
int questionscount = AllLines.Length;
for (int x = 0; x <...
QuizShow, 12/28/2009 - CO2 Private Server - 1 Replies Alrite i want to get to the bottom of this, My Quiz Show at one point whas working fine i do /quizshow with a PM Account BAM! it starts, few days latter i try it again nothing seems to happen i want to know, if anyone had this expirience howd they fix it?,
[QUESTION]How do you start Quizshow 11/23/2009 - CO2 Private Server - 7 Replies title.. on the 5165 source that was released these past few days? I've tried /quizshow start
/quizshow
/quiztest77
and more similar.
Is it even working?
QuizShow Status 10/30/2009 - CO2 Private Server - 8 Replies Hello.
Does someone know how to see the QuizShow status ( Professor, Master, etc ...) when spawning a character.
I suppose that's in the SpawnCharacter xD But i Don't know where.... =/
Thanks for reply
~Chris
Quizshow 10/22/2009 - EO PServer Hosting - 0 Replies Any one know how add his ivent?