[help] Who can fix these errors?
#3

Quote:
Originally Posted by KnooL
pawn Код:
if(IsPlayerInRangeOfPoint(i, 10.0, -302.628,1507.450,76.070) && OpenGate[i] == 0);
must be

pawn Код:
if(IsPlayerInRangeOfPoint(i, 10.0, -302.628,1507.450,76.070) && OpenGate[i] == 0) {

Edit: On top on your script:
pawn Код:
new OpenGate[MAX_PLAYERS];
Now got:
Код:
C:\Users\Mike\Desktop\Night Life Roleplay\gamemodes\SFFB.pwn(2) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Mike\Desktop\Night Life Roleplay\gamemodes\SFFB.pwn(2) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Mike\Desktop\Night Life Roleplay\gamemodes\SFFB.pwn(349) : warning 217: loose indentation
C:\Users\Mike\Desktop\Night Life Roleplay\gamemodes\SFFB.pwn(350) : warning 217: loose indentation
C:\Users\Mike\Desktop\Night Life Roleplay\gamemodes\SFFB.pwn(410) : error 030: compound statement not closed at the end of file (started at line 397)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Reply


Messages In This Thread
[help] Who can fix these errors? - by dclaw - 16.01.2010, 08:52
Re: [help] Who can fix these errors? - by KnooL - 16.01.2010, 08:58
Re: [help] Who can fix these errors? - by dclaw - 16.01.2010, 09:03
Re: [help] Who can fix these errors? - by KnooL - 16.01.2010, 09:03

Forum Jump:


Users browsing this thread: 3 Guest(s)