[Ajuda] Ajuda /reforco!
#7

e assim?

pawn Код:
CMD:reforco(playerid)
{
    if(CSMBR[playerid] == ROCAM || CSMBR[playerid] == ROTA)
    {
        new Float:x, Float:y, Float:z, name[MAX_PLAYER_NAME], string[130];
        GetPlayerPos(playerid, x, y, z);
        GetPlayerName(playerid, name, sizeof(name));
        format(string, sizeof(string), "O Policial %s Precisa de apoio urgente. Foi marcado no mapa de todos os oficiais o local do Policial", name);
        SendFamilyMessage(1,Vermelho, string);
        SendFamilyMessage(4,Vermelho, string);
       
        for(new i = 0; i <= MAX_PLAYERS; i++)  // crйditos mau.tito pela ideia
        {
            if(IsPlayerConnected(i) && CSMBR[i] == ROCAM || CSMBR[i] == ROTA)
            {
                SetPlayerCheckpoint(i, x, y, z, 2.0);
            }
        }
        return 1;
       
    }
    else
    {
        SendClientMessage(playerid, 0xAA3333AA, "Vocк nгo pode pedir reforзo sendo que nгo й policial!");
    }
    return 1;
}
Reply


Messages In This Thread
Ajuda /reforco! - by davi54723 - 17.05.2013, 14:06
Re: Ajuda /reforco! - by Lucas_Alemao - 17.05.2013, 18:27
Re: Ajuda /reforco! - by mau.tito - 17.05.2013, 18:29
Re: Ajuda /reforco! - by davi54723 - 23.05.2013, 06:27
Re: Ajuda /reforco! - by PT - 23.05.2013, 14:01
Re: Ajuda /reforco! - by davi54723 - 24.05.2013, 03:46
Re: Ajuda /reforco! - by PT - 24.05.2013, 09:37
Re: Ajuda /reforco! - by davi54723 - 24.05.2013, 10:55
Re: Ajuda /reforco! - by mau.tito - 24.05.2013, 12:41
Re: Ajuda /reforco! - by davi54723 - 24.05.2013, 12:57

Forum Jump:


Users browsing this thread: 3 Guest(s)