13.04.2012, 15:59
when compiling gamemod gives me these errors
lines of 6105 , 6133 , 6161 , 6189 , 6217 is:
line 6231
line 6236
line 6289
line 6298
line 6313
line 6331
line 6340
line 6349
line 6513 , 6527 , 6542 , 6556 , 6572 , 6586 , 6601 , 6617 :
Код:
C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(5649) : error 004: function "ProxDetector" is not implemented C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(5663) : error 004: function "ProxDetector" is not implemented C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6105) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6133) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6161) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6189) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6217) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6221) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6231) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6236) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6289) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6293) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6298) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6313) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6322) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6331) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6340) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6349) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6513) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6527) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6542) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6556) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6572) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6586) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6601) : error 079: inconsistent return types (array & non-array) C:\Documents and Settings\emp7y\Desktop\iLg\gamemodes\iLg.pwn(6617) : error 079: inconsistent return types (array & non-array) Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
pawn Код:
return 1;
pawn Код:
if(AbleToPlay[playerid] == 1) return SendClientMessage(playerid,0xD92626AA,"You are already playing!");
pawn Код:
if(AbleToPlay[playerid] == 0) return SendClientMessage(playerid,0xD92626AA,"You didn't start the game!");
pawn Код:
return 1;
pawn Код:
return 1;
pawn Код:
else if(BowlingRoadStatus[0] == ROAD_BUSY) return SendClientMessage(playerid,COLOR_CMDERROR,"Road busy.");
pawn Код:
else if(BowlingRoadStatus[2] == ROAD_BUSY) return SendClientMessage(playerid,COLOR_CMDERROR,"Road busy.");
pawn Код:
else if(BowlingRoadStatus[3] == ROAD_BUSY) return SendClientMessage(playerid,COLOR_CMDERROR,"Road busy.");
pawn Код:
else if(BowlingRoadStatus[4] == ROAD_BUSY) return SendClientMessage(playerid,COLOR_CMDERROR,"Road busy.");
pawn Код:
return 1;