SA-MP Forums Archive
[Ajuda] Gangzone piscando... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Gangzone piscando... (/showthread.php?tid=418983)



Gangzone piscando... - danktog - 26.02.2013

eai gente, blz? to tentando fazer uma coisa aqui mais nao deu certo, eu fiz um GZ e estava querendo colocar pra quando algum player chegar na GZ comeзar a piscar, eu fiz isso:

Код:
forward areadm();

Em public OnGameModeInit() :
SetTimer("areadm", 100, 1);

public areadm()
{
for(new i=0; i<MAX_PLAYERS; i++){
if(IsPlayerConnected(i)) {
//Scores
if(IsPlayerInPlace(i,277.884704, 694.165100, 965.884704, 1038.165039)){
GangZoneFlashForAll(GZdm,0xFFFFFFAA);
} else {
GangZoneStopFlashForAll(GZdm);
}
}
}
}
Alguem ajuda por favor ? obg !


Re: Gangzone piscando... - Wellington1999 - 26.02.2013

vc qr q pisque?
sem /do ?

Coloque um Checkpoint na gz e ja era


Re: Gangzone piscando... - danktog - 26.02.2013

Mais nгo й CheckPoint mano, й chegar em qualquer lugar da GZ pra comeзar a piscar...