11.10.2011, 13:44
This:
Replace with this:
I think you missed a '}'
pawn Код:
if(PlayerToPoint(10,i,2336.966308,2447.072021,4.928408))
else if(PlayerToPoint(5,i,2294.478027,2492.833007,6.589216))
ProxDetector(30.0, Mobile[i], string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
pawn Код:
if(PlayerToPoint(10,i,2336.966308,2447.072021,4.928408)) continue;
else if(PlayerToPoint(5,i,2294.478027,2492.833007,6.589216))
ProxDetector(30.0, Mobile[i], string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);