27.03.2009, 20:45
Me and my friends RP server, Sweet Life RP uses an edited Carlito's Roleplay script.
I edited 2 lines, and get 9 errors from other lines, IDK how to fix them..
here are the errors
This is what i added:
Help..?
I edited 2 lines, and get 9 errors from other lines, IDK how to fix them..
here are the errors
Code:
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.
pawn Code:
GivePlayerWeapon(playerid, 41, 700);
GivePlayerWeapon(playerid, 31, 800);
// On lines 5172 and 5173