09.08.2014, 23:49
(
Последний раз редактировалось Ts3; 10.08.2014 в 01:03.
)
zSuYaNw nгo funcionou.
#Edit
Fiz desse jeito vai pegar ?
#Edit
Fiz desse jeito vai pegar ?
pawn Код:
command(cp, playerid, params [])
{
new string[200];
if(isnull(params)) return SendClientMessage(playerid, Vermelho, "[ x ] Uso correto: /cp [Texto]");
for(new i=0; i < MAX_PLAYERS; i++)
{
if(Profissao[i] == Profissao[playerid])
format(string, sizeof(string), "( CP ) '%s' diz: %s", Nome(playerid), params);
SendClientMessage(i, Chat, string);
}
return 1;
}