#4

Quote:
Originally Posted by ThePhenix
Посмотреть сообщение
You are not checking the string length, you are transforming it into an integer. You need to use strlen, here you go:

pawn Код:
if(strlen(inputtext) < 3 || strlen(inputtext) > 6) {
    SendClientMessage(playerid, COLOR_WHITE, "Clan tag must be between 3 and 6 characters.");
    return 1;
}
Thanks!
+rep.
Reply


Messages In This Thread
Help - by Edw - 21.08.2015, 18:21
Re: Help - by Simeon87 - 21.08.2015, 18:43
Re: Help - by ThePhenix - 21.08.2015, 18:48
Re: Help - by Edw - 21.08.2015, 19:56

Forum Jump:


Users browsing this thread: 2 Guest(s)