[Ajuda] SenClientMessageToAll
#1

Quote:

CMDounoob(playerid, params[])
{
SendClientMessageToAll(playerid,COR_AMARELO,"Eu admito, Sou noob");
return 1;

eu fiz esse comando pra testar mais nгo consegui usar o SenClientMessageToAll

alguem me explicar por favor ?

oq tem de errado?
Reply
#2

pawn Код:
SendClientMessageToAll(playerid,COR_AMARELO,"Eu admito, Sou noob");
Sй й uma mensagem para todos (ToAll), nгo й necessбrio especificar o ID do jogador (playerid).

https://sampwiki.blast.hk/wiki/SendClientMessage_PT
https://sampwiki.blast.hk/wiki/SendClientMessageToAll_PT
Reply
#3

PHP код:
CMD:exemplo(playeridparams[])
{
new 
str[144];
format(str144"Exemplo de mensagem para todos.");
SendClientMessageToAll(-1str);
return 
1;

Reply
#4

vlw ajudou.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)