[help] Who can fix these errors?
#2

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];
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: 1 Guest(s)