09.08.2016, 16:49
Replace this code with...
with this...
The looping code will allow any one to capture the zone and will bug the capture zone. I can explain the bug.
PHP код:
//---------loop-------//
for(new i = 0; i < MAX_PLAYERS; i ++)
{
IsPlayerCapturing[i][Town] = 1;
}
PHP код:
IsPlayerCapturing[playerid][Town] = 1;