03.11.2009, 12:56
also just send the messagen when you want it, also if you type register and add behind the messages
then at onplayertext you just need to add
that will kick if he got the question and type something different as "2"
pawn Код:
Tested[playerid] = 1001;
pawn Код:
switch((Tested[playerid] - 1000))
{
case 1:
if(text[0] == '2' && text[1] == EOS)
Tested[playerid] = 1;
else Kick(playerid);
default: {}
}