Name_Surname
#4

Код:
    new namestring = strfind(plname, "_", true);
     if(namestring == -1)
    {
        SendClientMessage(playerid, COLOR_YELLOW2, "Your name is not acceptable.");
        SendClientMessage(playerid, COLOR_YELLOW2, "Hint: Your name must be in the format Firstname_Lastname.");
        Kick(playerid);
        return 1;
    }
Reply


Messages In This Thread
Name_Surname - by marinov - 05.11.2010, 00:03
Re: Name_Surname - by joeri55 - 05.11.2010, 00:06
Re: Name_Surname - by marinov - 05.11.2010, 00:12
Re: Name_Surname - by joeri55 - 05.11.2010, 00:16
Re: Name_Surname - by marinov - 05.11.2010, 00:23
Re: Name_Surname - by TPD - 05.11.2010, 02:06
Re: Name_Surname - by marinov - 05.11.2010, 02:58

Forum Jump:


Users browsing this thread: 1 Guest(s)