"IsRoleplayName();"-Function
#2

pawn Код:
new plname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, plname, sizeof(plname));
    new namestring = strfind(plname, "_", true);
    if(namestring == -1)
    {
       
        return false;
    }
    else
    {
     return true;
    }
Untested
Reply


Messages In This Thread
"IsRoleplayName();"-Function - by 'Pawno. - 30.10.2012, 15:49
Re: "IsRoleplayName();"-Function - by [HK]Ryder[AN] - 30.10.2012, 15:57
Re: "IsRoleplayName();"-Function - by tyler12 - 30.10.2012, 15:57
Re: "IsRoleplayName();"-Function - by 'Pawno. - 30.10.2012, 16:15
Re: "IsRoleplayName();"-Function - by [HK]Ryder[AN] - 30.10.2012, 16:43
Re: "IsRoleplayName();"-Function - by 'Pawno. - 30.10.2012, 17:12

Forum Jump:


Users browsing this thread: 1 Guest(s)