[AJUDA] Nome Roleplay
#4

Testa aew cara.
pawn Код:
stock IsARoleplayName(playerid)
{
    new strg[24];
    GetPlayerName(playerid, strg, 24);
    if(!strfind(sendername, "_", true)) return false;  
    for(new i = 1; i < 24; i++)
    {
        if(strg[i] >= 33 && strg[i] <= 64 || strg[i] >= 91 && strg[i] <= 96) return false;  
    }
    return true;
}
Reply


Messages In This Thread
@RESOLVIDO - by GabrielDias_Invision - 30.11.2011, 11:28
Re: [AJUDA] Nome Roleplay - by Cristhian - 30.11.2011, 12:06
Re : [AJUDA] Nome Roleplay - by GabrielDias_Invision - 30.11.2011, 12:30
Re: [AJUDA] Nome Roleplay - by Ricop522 - 30.11.2011, 12:59

Forum Jump:


Users browsing this thread: 1 Guest(s)