no hace flash en gagnzone
#1

alguien sabe como puedo hacer flash un ganzone ya lo busque en varios foros y pff debajo de la piedras y nada lo hice de esta forma pero no hace nada
pawn Код:
//Gagnzones
new Territorio_Grove;
new Territorio_Ballas;
new Territorio_Vagos;
new Territorio_Aztecas;
new Territorio_Barberos;
new Territorio_Obreros;
new Territorio_Civiles;
new Territorio_Policia;
new Territorio_Mafia;
new Territorio_Indigentes;
new Territorio_Cia;
pawn Код:
public OnPlayerSpawn(playerid)
    }
    GangZoneFlashForPlayer(playerid, Territorio_Grove, 0x00FF00FF); //Territorio_Grove
    GangZoneFlashForPlayer(playerid, Territorio_Ballas, 0xFF0080FF); //Territorio_Balla
    GangZoneFlashForPlayer(playerid, Territorio_Vagos, 0xFF8000FF); //Territorio_Vagos
    GangZoneFlashForPlayer(playerid, Territorio_Aztecas, 0x00FFFFFF); //Territorio_Azteca,
    GangZoneFlashForPlayer(playerid, Territorio_Barberos, 0x408080FF); //Territorio_Barberos
    GangZoneFlashForPlayer(playerid, Territorio_Civiles, 0xFF4A4AFF); // Terriotorio_Civiles
    GangZoneFlashForPlayer(playerid, Territorio_Policia, 0x68AFFDFF); //Territorio_Interpol
    GangZoneFlashForPlayer(playerid, Territorio_Mafia, 0xC58B8BFF); //Territorio_Mafia
    GangZoneFlashForPlayer(playerid, Territorio_Indigentes, 0xC5C58BFF); // Territorio_Indigentes
    GangZoneFlashForPlayer(playerid, Territorio_Cia, 0xC5C5C5FF); // Territorio_Cia
    GangZoneFlashForPlayer(playerid, Territorio_Obreros, 0x97A88C96); // Territorio_Obreros


    GangZoneShowForPlayer(playerid, Territorio_Grove, 0x0080009C);
    GangZoneShowForPlayer(playerid, Territorio_Ballas, 0x80008096);
    GangZoneShowForPlayer(playerid, Territorio_Vagos, 0xFFFF0096);
    GangZoneShowForPlayer(playerid, Territorio_Aztecas, 0x2EBFDE96);
    GangZoneShowForPlayer(playerid, Territorio_Barberos, 0x0080FF96);
    GangZoneShowForPlayer(playerid, Territorio_Civiles, 0xFF000096);
    GangZoneShowForPlayer(playerid, Territorio_Policia, 0x0000FF96);
    GangZoneShowForPlayer(playerid, Territorio_Mafia, 0x80404096);
    GangZoneShowForPlayer(playerid, Territorio_Indigentes, 0x80800096);
    GangZoneShowForPlayer(playerid, Territorio_Cia, 0x00000096);
    GangZoneShowForPlayer(playerid, Territorio_Obreros, 0x7B855C96);

    return 1;
}
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid)
{
    GangZoneStopFlashForPlayer(playerid, Territorio_Grove); //Territorio_Grove
    GangZoneStopFlashForPlayer(playerid, Territorio_Ballas); //Territorio_Balla
    GangZoneStopFlashForPlayer(playerid, Territorio_Vagos); //Territorio_Vagos
    GangZoneStopFlashForPlayer(playerid, Territorio_Aztecas); //Territorio_Azteca,
    GangZoneStopFlashForPlayer(playerid, Territorio_Barberos); //Territorio_Barberos
    GangZoneStopFlashForPlayer(playerid, Territorio_Civiles); // Terriotorio_Civiles
    GangZoneStopFlashForPlayer(playerid, Territorio_Policia); //Territorio_Interpol
    GangZoneStopFlashForPlayer(playerid, Territorio_Mafia); //Territorio_Mafia
    GangZoneStopFlashForPlayer(playerid, Territorio_Indigentes); // Territorio_Basurero
    GangZoneStopFlashForPlayer(playerid, Territorio_Cia); // Territorio_Cia
    GangZoneStopFlashForPlayer(playerid, Territorio_Obreros); // Territorio_Obreros
   
    return 1;
}
ayuda por favor
Reply
#2

1 - Primero las tienes que crear: https://sampwiki.blast.hk/wiki/GangZoneCreate
2 - Luego las muestras a los jugadores: https://sampwiki.blast.hk/wiki/GangZoneShowForPlayer
3 - Despues pones que parpadeen: https://sampwiki.blast.hk/wiki/GangZoneFlashForPlayer
4 - Y si quieres que paren de parpadear: https://sampwiki.blast.hk/wiki/GangZoneStopFlashForPlayer
Reply
#3

haci es como lo tengo pero no hace nada de flash
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)