29.11.2015, 20:23
Hello Guys. I've created one GangZone, but when i send the function to Flash, it flashes for 5~10 seconds and stops. Dont know the reason. Look at my code:
In my tests with DEBUG system, the Public called "GangZone1" dont execute yet, and the GZ stop flashing dont know how. Even i change to 10 minutes the SetTimer, the zone keeps flashing only 5~10 seconds.
Код:
GangZoneFlashForPlayer(i,GangZone_1, 0xff5454FF);// Cor= vermelho ALPHA DestroyPickup(GangZone_1Pickup); format(string,sizeof(string), "A Gang Zone 1 estб sendo atacado por: %s.", GZ_emp); SendClientMessage(i, COLOR_ROSA_CHOQUE, string); GangZone_1Timer = SetTimer("GangZone1", 20*1000, false);