[Ajuda] Colocar comando em algum TextDraw
#2

Em zcmd e sscanf
pawn Code:
CMD:anunciar(playerid, params[])
{
    new texto[50], string[80];
    if(sscanf(params,"s",texto)) return SendClientMessage(playerid, -1, #Use: /anunciar [texto]);
    format(string, sizeof(string),"%s",texto);
    GameTextForAll(string, 5000, 3);
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)