Array Must be indexed, text
#2

Код:
==
Is for comparisons on integer values, in this case text is a string, not an integer.

You would use strcmp.
pawn Код:
public OnPlayerText(playerid, text[])
{
    if( strcmp(text,NumberToWrite,true) == 0 )
    {
         }
         return 1;
}
Reply


Messages In This Thread
Array Must be indexed, text - by Larry123 - 03.03.2012, 17:04
Re: Array Must be indexed, text - by Walsh - 03.03.2012, 17:08
Re: Array Must be indexed, text - by DarkScripter - 03.03.2012, 17:11
Re: Array Must be indexed, text - by Larry123 - 03.03.2012, 17:15

Forum Jump:


Users browsing this thread: 2 Guest(s)