12.06.2016, 16:18
You mean like this?
PHP код:
if(!strcmp(inputtext,password)
{
//if the password matchs
}
else
{
kick(playerid);
}