03.03.2011, 02:59
Yet another error:
Lines 105 - end:
Код:
C:\Documents and Settings\Callum\Desktop\bank.pwn(105) : warning 217: loose indentation C:\Documents and Settings\Callum\Desktop\bank.pwn(113) : warning 217: loose indentation C:\Documents and Settings\Callum\Desktop\bank.pwn(115) : error 030: compound statement not closed at the end of file (started at line 106) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
{ if(!strcmp("/goout",cmdtext)) { if(IsPlayerInRangeOfPoint(playerid, 3.0, 1415.951171,-988.971191,1639.980224)) { SetPlayerPos(playerid, 1415.951171,-988.971191,1639.980224); SetPlayerInterior(playerid, 0); } return 1; }