C:\Program\SAMP Server\gamemodes\crp.pwn(7233) : error 047: array sizes do not match, or destination array is too small C:\Program\SAMP Server\gamemodes\crp.pwn(7292) : error 047: array sizes do not match, or destination array is too small C:\Program\SAMP Server\gamemodes\crp.pwn(9940) : error 047: array sizes do not match, or destination array is too small C:\Program\SAMP Server\gamemodes\crp.pwn(10068) : error 047: array sizes do not match, or destination array is too small C:\Program\SAMP Server\gamemodes\crp.pwn(10381) : error 047: array sizes do not match, or destination array is too small C:\Program\SAMP Server\gamemodes\crp.pwn(14106) : error 025: function heading differs from prototype C:\Program\SAMP Server\gamemodes\crp.pwn(14107) : error 021: symbol already defined: "strtok" C:\Program\SAMP Server\gamemodes\crp.pwn(14117) : error 047: array sizes do not match, or destination array is too small C:\Program\SAMP Server\gamemodes\crp.pwn(16164) : error 021: symbol already defined: "HexToInt" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 9 Errors.
GivePlayerWeapon(playerid, 41, 700);
GivePlayerWeapon(playerid, 31, 800);
// On lines 5172 and 5173
symbol already defined: "strtok" symbol already defined: "HexToInt"
Originally Posted by JeNkStAX
After you have deleted strtok make sure you have no unmatched opening/closing braces
|
new Something[1] = { 1,2, }; // you have 2,but you can have 1
C:\Program\SAMP Server\gamemodes\crp.pwn(7230) : error 047: array sizes do not match, or destination array is too small
x_info = strtok(cmdtext, idx);