Mode ERRORS
#1

What i need to do? help me please.


PHP код:
C:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(330) : error 076syntax error in the expression, or invalid function call
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(331) : error 076syntax error in the expression, or invalid function call
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(332) : error 076syntax error in the expression, or invalid function call
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(333) : error 076syntax error in the expression, or invalid function call
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(1621) : error 076syntax error in the expression, or invalid function call
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(1715) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(1889) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(1903) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(1917) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(1930) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(1943) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(1955) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2077) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2091) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2128) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2143) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2161) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2173) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2189) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2206) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2229) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2243) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2270) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2284) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2298) : error 047: array sizes do not match, or destination array is too small
C
:\Program Files\Rockstar Games\GTA San Andreas\test server\gamemodes\ModeByDavidBitanFaKeToy.pwn(2312) : error 047: array sizes do not match, or destination array is too small
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
26 Errors 
Reply
#2

show some lines
Reply
#3

like the error says
the Arrey that you made you have went over the destination size.

Example
pawn Код:
new MyArray[20];

//then alter on your doing something
MyArray[21] = 0;//see your going over the 20
Reply
#4

This is the line 1711 - 1721

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
new 
cmd[128];
new 
idx;
cmd strtok(cmdtextidx);
new 
tmp[256];
new 
tmp2[256];
new 
pname[MAX_PLAYER_NAME];
new 
vehicleid=GetPlayerVehicleID(vehicleid);
new 
file[256],text[256],text2[256],name[MAX_PLAYER_NAME],playername[MAX_PLAYER_NAME];
//new reason[256]; 
Reply
#5

?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)