[Ajuda] Mensagem - 1 para todos
#3

Troque este:
PHP код:
SendClientMessageToAll(cor_azulzinstring); 
Por:
PHP код:
SendClientMessage(xcor_azulzinstring); 
PHP код:
CMD:armour(playerid)
{
    if(
armourc[playerid] == 1) return SendClientMessage(playerid, -1,"Vocк tem que esperar 240 segundos para poder usar o comando novamente!");
    if(
RankClasse[playerid] == 4)
    {
        new 
Float:XFloat:YFloat:Z;
        
GetPlayerPos(playeridXYZ);
        for(new 
0MAX_PLAYERSx++)
        {
            if(
IsPlayerInRangeOfPoint(x10.0XYZ))
            {
                if(
IsPlayerConnected(x) && GetPlayerTeam(x) == GetPlayerTeam(playerid))
                
SetPlayerArmour(x100);
                new 
name[MAX_PLAYER_NAME], string[300];
                
GetPlayerName(playeridnamesizeof(name));
                
format(stringsizeof(string), "- O Suporte '%s' restaurou seu Armour!",name);
                
SendClientMessage(xcor_azulzinstring);
                
armourc[playerid] = 1;
                
SetTimerEx("tarmourc",240000,0"i"playerid);
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Mensagem - 1 para todos - by ModaLOKO - 27.05.2015, 23:59
Re: Mensagem - 1 para todos - by Whoo - 28.05.2015, 00:09
Re: Mensagem - 1 para todos - by [BOPE]Seu._.Madruga - 28.05.2015, 21:04
Re: Mensagem - 1 para todos - by ModaLOKO - 28.05.2015, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)