[Ajuda] /Asay
#2

Use dessa forma
pawn Код:
CMD:asay(playerid, params[])
{
    if(isnull(params)) return SendClientMessage(playerid, AMARELO, "SERVER: Uso do comando correto: /asay [Texto]");
    GetPlayerName(playerid, aName, 25);
    format(string, sizeof(string), "[GLOBAL ADIMINISTRADOR][%s]: %s",aName,params);
    SendClientMessageToAll(AZUL,string);
   
    return 1;
}
Reply


Messages In This Thread
/Asay - by Gabriel Santana - 20.08.2012, 15:34
Re: /Asay - by Abravanel - 20.08.2012, 15:42
Re: /Asay - by Gabriel Santana - 20.08.2012, 16:21
Re: /Asay - by @Riichard - 20.08.2012, 16:27

Forum Jump:


Users browsing this thread: 1 Guest(s)