C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(3964) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4150) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4279) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(433 ![]() C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4382) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4385) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(438 ![]() C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4559) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4562) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4615) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4629) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4643) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4657) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4671) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4685) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4699) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4710) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4747) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4841) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(4886) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(5063) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(5067) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(5072) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(5076) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(5092) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(5097) : error 047: array sizes do not match, or destination array is too small Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors. |
C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\TPGSERVER.pw n(11600) : error 021: symbol already defined: "strtok" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. |
stock strtok(const string[], &index,seperator=' ') { new length = strlen(string); new offset = index; new result[128]; while ((index < length) && (string[index] != seperator) && ((index - offset) < (sizeof(result) - 1))) { result[index - offset] = string[index]; index++; } result[index - offset] = EOS; if ((index < length) && (string[index] == seperator)) { index++; } return result; } |
if(udb_Exists(PlayerName(playerid)) { scm(playerid,c_r,"[ ! ] Account already exists, please use '/login password'."); return 1; } |
C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\89+R.pwn(400 9) : error 001: expected token: ")", but found "{" C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\89+R.pwn(146 19) : warning 203: symbol is never used: "strtok" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. |