[Question] How i fix this/
#5

Well it's a chat actvity, there is a question, first one who answer correct, win.

tmp = strtok(cmdtext, idx);
OpenPA[playerid] = strval(tmp);
SCM(playerid, GREEN, "You have send your answer.");
if(tmp, OpenA, true)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if( i != playerid)
{
if(OpenPA[i], OpenA, true)
{
OpenPA[playerid] = 999;
}
else OpenPA[i] = 999;
}
}
}
}

Reply


Messages In This Thread
[Question] How i fix this/ - by borisblat - 26.09.2009, 15:16
Re: [Question] How i fix this/ - by ilikepie2221 - 26.09.2009, 15:22
Re: [Question] How i fix this/ - by borisblat - 26.09.2009, 16:59
Re: [Question] How i fix this/ - by MadeMan - 26.09.2009, 17:09
Re: [Question] How i fix this/ - by borisblat - 26.09.2009, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)