SA-MP Forums Archive
[Pedido] /Anunciar - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] /Anunciar (/showthread.php?tid=450368)



/Anunciar - Detonador - 12.07.2013

Alguйm aн tem um bom comando de /Anunciar [texto]
Sabem? Que anuncia na tela um text draw para todos!
Abraзos!


Re: /Anunciar - TheKoDaK - 12.07.2013

pawn Код:
CMD:anuncio(playerid, params[])
{
    new Texto[128];
    new Nome[MAX_PLAYER_NAME];
    if(sscanf(params, "s", Texto)) return SendClientMessage(playerid, CINZA, "{3cff00}Ч INFO Ч {FFFFFF} Use /texto [texto]"), SendClientMessage(playerid, CINZA, "Use o comando para mandar uma mensagem em forma de GameText aos jogadores");
    format(String, sizeof(String), "~r~%s: ~w~%s", Nome(playerid), Texto);
    GameTextForAll(String, 4000, 4);
    return 1;
}
Ajudei ? Ajuda eu tbm dando +REP ^^ vlw


Re: /Anunciar - xxRaioxx - 12.07.2013

TheKoDaK eu tentei usar seu comando,e dб o seguinte erro ao compilar:
pawn Код:
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(864) : error 017: undefined symbol "String"
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(864) : error 017: undefined symbol "String"
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(864) : warning 215: expression has no effect
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(864) : error 001: expected token: ";", but found ")"
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(864) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.



Re: /Anunciar - Detonador - 12.07.2013

Й sу criar uma variбvel para a string.
Depois vou testar esse CMD. Vlws ae.


Re: /Anunciar - TheKoDaK - 12.07.2013

No Inicio do comando Coloque

pawn Код:
new String[128];



Re: /Anunciar - xxRaioxx - 12.07.2013

Ainda da erros:
pawn Код:
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(844) : warning 219: local variable "String" shadows a variable at a preceding level
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(854) : warning 219: local variable "String" shadows a variable at a preceding level
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(949) : error 012: invalid function call, not a valid address
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(949) : warning 215: expression has no effect
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(949) : error 001: expected token: ";", but found ")"
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(949) : error 029: invalid expression, assumed zero
C:\Users\aa\Desktop\Server SAMP\gamemodes\GM-BML.pwn(949) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.



Re: /Anunciar - TheKoDaK - 12.07.2013

pawn Код:
CMD:anuncio(playerid, params[])
{
    new String[128];
    new Texto[128];
    new Nome[MAX_PLAYER_NAME];
    if(sscanf(params, "s", Texto)) return SendClientMessage(playerid, CINZA, "{3cff00}Ч INFO Ч {FFFFFF} Use /texto [texto]"), SendClientMessage(playerid, CINZA, "Use o comando para mandar uma mensagem em forma de GameText aos jogadores");
    format(String, sizeof(String), "~r~%s: ~w~%s", Nome(playerid), Texto);
    GameTextForAll(String, 4000, 4);
    return 1;
}



Re: /Anunciar - Cidiei - 12.07.2013

Isso ai nгo й textdrawn e sim GameText


Re: /Anunciar - xxRaioxx - 12.07.2013

Jб tinha tentado fazer isso antes.


Re: /Anunciar - Detonador - 13.07.2013

Quote:

Isso ai nгo й textdrawn e sim GameText

Sim. De vez enquando dou uns lag.