[Ajuda] Colocar comando em algum TextDraw
#13

Tipo o new text:MinhaTextDraw; >> PCC_Defines
TextDrawCreate >> Vai la no GM msm
NO CMD eu ponho isso?
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);
    TextDrawSetString(MinhaTextDraw, texto);
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)