Como poner las partes de un texto
#10

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/a", true, 3))
    {
       if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, red, "Tu no eres administrador");
        {
        new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
        SendClientMessageToAll(yellow, str);
        }
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Como poner las partes de un texto - by Porta0123 - 01.04.2013, 16:40
Respuesta: Como poner las partes de un texto - by Loox - 01.04.2013, 16:42
Respuesta: Como poner las partes de un texto - by sonnkz - 01.04.2013, 16:45
Respuesta: Como poner las partes de un texto - by Porta0123 - 01.04.2013, 17:01
Respuesta: Como poner las partes de un texto - by WCrimson - 01.04.2013, 17:06
Respuesta: Como poner las partes de un texto - by sonnkz - 01.04.2013, 17:12
Respuesta: Como poner las partes de un texto - by Porta0123 - 01.04.2013, 17:17
Respuesta: Como poner las partes de un texto - by NeuZz - 03.04.2013, 15:12
Respuesta: Como poner las partes de un texto - by Porta0123 - 03.04.2013, 17:32
Respuesta: Como poner las partes de un texto - by Loox - 03.04.2013, 17:35

Forum Jump:


Users browsing this thread: 2 Guest(s)