04.04.2010, 14:34
Quote:
|
Originally Posted by Virtual1ty
use strcmp:
pawn Код:
|
Код:
if(strcmp(Array1, Array2, true) == 0)
{
if(strcmp(inputtext[] == KEY, true))
{
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Key Accepted!", "Welcome To The Server", "Spawn", "Spawn");
}
Код:
error 029: invalid expression, assumed zero This is the Line: if(strcmp(inputtext[] == KEY, true))

