Some errors and warnings
#2

This:
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);
Replace with this:
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);
I think you missed a '}'
Reply


Messages In This Thread
Some errors and warnings - by MusicBeast - 11.10.2011, 13:39
Re: Some errors and warnings - by aRoach - 11.10.2011, 13:44
Re: Some errors and warnings - by [GOD]Dragonster82 - 11.10.2011, 14:02

Forum Jump:


Users browsing this thread: 1 Guest(s)