Quitar Caracteres
#7

pawn Код:
new n[MAX_PLAYER_NAME], p;
        GetPlayerName(playerid, n, sizeof(n));
        p = strfind(n, "_", true, 0) || strfind(n, "hola", true, 0);
        if(p != -1)strdel(n, p, p+1);
        SetPlayerName(playerid, n);
Utilizando lo de chaoz y agregar mбs palabras calculo que asн serнa xD.
Reply


Messages In This Thread
Quitar Caracteres - by JoseDeLaVilla - 18.12.2010, 15:28
Respuesta: Quitar Caracteres - by TheChaoz - 18.12.2010, 17:19
Re: Quitar Caracteres - by mark.18 - 18.12.2010, 18:41
Re: Quitar Caracteres - by SAMPGammer - 18.12.2010, 20:11
Re: Quitar Caracteres - by mark.18 - 18.12.2010, 20:14
Respuesta: Quitar Caracteres - by JoseDeLaVilla - 18.12.2010, 23:25
Respuesta: Quitar Caracteres - by [J]ulian - 18.12.2010, 23:39
Re: Quitar Caracteres - by cocolabush - 19.12.2010, 01:34
Respuesta: Quitar Caracteres - by JoseDeLaVilla - 20.12.2010, 15:56

Forum Jump:


Users browsing this thread: 1 Guest(s)