23.01.2015, 22:46
Quote:
CMD ![]() { SendClientMessageToAll(playerid,COR_AMARELO,"Eu admito, Sou noob"); return 1; |
alguem me explicar por favor ?
oq tem de errado?
CMD ![]() { SendClientMessageToAll(playerid,COR_AMARELO,"Eu admito, Sou noob"); return 1; |
SendClientMessageToAll(playerid,COR_AMARELO,"Eu admito, Sou noob");
CMD:exemplo(playerid, params[])
{
new str[144];
format(str, 144, "Exemplo de mensagem para todos.");
SendClientMessageToAll(-1, str);
return 1;
}