[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


Messages In This Thread
Gangzone piscando... - by danktog - 26.02.2013, 22:17
Re: Gangzone piscando... - by Wellington1999 - 26.02.2013, 22:21
Re: Gangzone piscando... - by danktog - 26.02.2013, 22:36

Forum Jump:


Users browsing this thread: 1 Guest(s)