[PEDIDO] Sistema de /relatorio
#1

Olб eu tenho um gm mais estou tendo dificuldade no comando /relatorio alguem pode me passar pra eu colocar no gm junto com as news ?
Reply
#2

Me passa a gm, eu arrumo pra vocк.
Reply
#3

pawn Код:
CMD:relatorio(playerid, params[])
{
    new relato[128];
    if(sscanf(params, "s", relato))
        return SendClientMessage(playerid, COR_CINZA, "Use /relatar [relato]");

    new string[128], Nome[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Nome, MAX_PLAYER_NAME);
    format(string, sizeof(string), "Relatorio - [id: %d] %s relatou: %s", playerid, Nome, relato);
    ABroadCast(-1, string, 1);
    SendClientMessage(playerid, -1, "Relatorio - Relatorio enviado com sucesso!! Aguarde mais informaзхes.");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)