[Ajuda] Gangzone piscando...
#1

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 !
Reply
#2

vc qr q pisque?
sem /do ?

Coloque um Checkpoint na gz e ja era
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)