help with rp quiz on register
#8

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


Messages In This Thread
help with rp quiz on register - by BurnOutt - 31.10.2009, 16:14
Re: help with rp quiz on register - by retart441 - 01.11.2009, 02:46
Re: help with rp quiz on register - by BurnOutt - 01.11.2009, 04:27
Re: help with rp quiz on register - by retart441 - 01.11.2009, 04:30
Re: help with rp quiz on register - by BurnOutt - 03.11.2009, 11:41
Re: help with rp quiz on register - by Nero_3D - 03.11.2009, 11:43
Re: help with rp quiz on register - by BurnOutt - 03.11.2009, 12:31
Re: help with rp quiz on register - by Nero_3D - 03.11.2009, 12:56

Forum Jump:


Users browsing this thread: 1 Guest(s)