03.12.2012, 08:26
pawn Код:
if(!strcmp(text, answerstr, false))
{
if(nukannietmaths==1)
{
Inter_SendClientMessage(playerid,0x247C1BFF,"* You took a lot of time to answer. Quiz was already canceled.!");
}
else
{
if(mathsinprog == 2) MathsWin(playerid);
}
}
if(!strcmp(text, reactionstr, false))
{
if(nukannietreaction==1)
{
Inter_SendClientMessage(playerid,0x247C1BFF,"* You took a lot of time to answer. Quiz was already canceled.!");
} else
{
if(reactioninprog == 2) ReactionWin(playerid);
}
}
if(!strcmp(text, numberstr, false))
{
if(nukannietnumber==1)
{
Inter_SendClientMessage(playerid,0x247C1BFF,"* You took a lot of time to answer. Quiz was already canceled.!");
} else
{
if(numberinprog == 2) NumberWin(playerid);
}
}
pawn Код:
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\gamemodes\SATDM_v11.pwn(2819) : error 004: function "MathsWin" is not implemented
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\gamemodes\SATDM_v11.pwn(2841) : error 004: function "ReactionWin" is not implemented
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\gamemodes\SATDM_v11.pwn(2861) : error 004: function "NumberWin" is not implemented
Click Me