28.05.2018, 15:34
This code can anyone help me.
PHP код:
public OnPlayerText(playerid, text[])
{
if(strval(text) == MathQuizTest && MathQuizTest != -1)
{
CorrectAnswer(playerid);
return 1;
}
else return 0;
return 1; // This line warning 225: unreachable code
}