03.08.2010, 08:44
I did it like that:
But I'm getting this error:
Any ideas?
pawn Код:
if(!strcmp(inputtext, gServerPassword))
{
SCM(playerid, COLOR_LIGHTRED, "Wrong password!");
Kick(playerid);
return 1;
}
pawn Код:
error 035: argument type mismatch (argument 2)