SA-MP Forums Archive
SATDM_v9 & JunkBuster_v8 errors combination - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SATDM_v9 & JunkBuster_v8 errors combination (/showthread.php?tid=241596)



SATDM_v9 & JunkBuster_v8 errors combination - leingod - 18.03.2011

hello guys.. need your help!!

SATDM_v9 game mode and JunkBuster_v8.. i read the "readme" and i do everything what the "readme" order
then i compile the gamemode and its say 7 errors message

like this
Код:
C:\Users\AS4732Z\Desktop\MY SAMP Server\SATDM [03.b]\Gamemodes\SATDM_v11.pwn(2035) : error 025: function heading differs from prototype
C:\Users\AS4732Z\Desktop\MY SAMP Server\SATDM [03.b]\Gamemodes\SATDM_v11.pwn(2036) : error 021: symbol already defined: "JBC_GetPlayerSpeed"
C:\Users\AS4732Z\Desktop\MY SAMP Server\SATDM [03.b]\Gamemodes\SATDM_v11.pwn(10701) : error 047: array sizes do not match, or destination array is too small
C:\Users\AS4732Z\Desktop\MY SAMP Server\SATDM [03.b]\Gamemodes\SATDM_v11.pwn(10711) : error 047: array sizes do not match, or destination array is too small
C:\Users\AS4732Z\Desktop\MY SAMP Server\SATDM [03.b]\Gamemodes\SATDM_v11.pwn(10830) : error 047: array sizes do not match, or destination array is too small
C:\Users\AS4732Z\Desktop\MY SAMP Server\SATDM [03.b]\Gamemodes\SATDM_v11.pwn(10850) : error 047: array sizes do not match, or destination array is too small
C:\Users\AS4732Z\Desktop\MY SAMP Server\SATDM [03.b]\Gamemodes\SATDM_v11.pwn(10857) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


7 Errors.
how i can fix this ?? pls help me

my friend said that "they wouldn't can be combined .. the JunkBuster must version_6"
then i try that what he said.. its still error.. can you help me guys ?? please


Re: SATDM_v9 & JunkBuster_v8 errors combination - Medal Of Honor team - 18.03.2011

show us your error lines


Re: SATDM_v9 & JunkBuster_v8 errors combination - leingod - 20.03.2011

Код:
Line 2035 : stock GetPlayerSpeed(playerid,bool:kmh) // by misco
Line 2036 : {
Line 10701 : TBuilder=strtok(templine,idx); // read off RACEBUILDER
Line 10711 : TempLapper=strtok(templine,idx);
Line 10730 : }
Line 10750 : BuilderSlots[i] = playerid;
Line 10750 : there is nothing..
please help me