21.08.2015, 18:21
Can you say what's wrong? I put as if it has less than 3 or more 6 to tell him that message.
PHP код:
if(strval(inputtext) < 3 || strval(inputtext) > 6) {
SendClientMessage(playerid, COLOR_WHITE, "Clan tag must be between 3 and 6 characters.");
return 1;
}