SA-MP Forums Archive
problem with a script - 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: problem with a script (/showthread.php?tid=121633)



problem with a script - ]Neo[ - 17.01.2010

Hello,

i downloadet a clanwar script and i canґt compile it
i became 12 errorґs and i donґt know what this is.

Sorry for my bad english.

Here the 12 errors
Код:
C:\Dokumente und Einstellungen\Ic3_T\Desktop\Clanwar2,0.pwn(417) : error 017: undefined symbol "Int"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(418) : error 017: undefined symbol "Int"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(419) : error 017: undefined symbol "Int"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(420) : error 017: undefined symbol "Int"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(421) : error 017: undefined symbol "Int"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(422) : error 017: undefined symbol "Int"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(423) : error 017: undefined symbol "Int"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(424) : error 017: undefined symbol "Int"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(425) : error 017: undefined symbol "Int"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(426) : error 017: undefined symbol "Get"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(427) : error 017: undefined symbol "Get"
C:\Dokumente und Einstellungen\Ic3_T\Desktop\cw.pwn(428) : error 017: undefined symbol "Get"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


12 Errors.
And here the lines
Код:
stock LoadConfiguration()
{
	Train = Int(F_Config, "Train");
	Quake = Int(F_Config, "Quake");
	Runden = Int(F_Config, "Runden");
	Winsystem = Int(F_Config, "Win");
	Weapon[0] = Int(F_Config, "Waffe1");
	Weapon[1] = Int(F_Config, "Waffe2");
	Weapon[2] = Int(F_Config, "Waffe3");
	Teamkill = Int(F_Config, "Teamkill");
	RundenKills = Int(F_Config, "RundenKills");
	format(AdminName, 24, "%s", Get(F_Config, "Admin"));
	format(Team[0][Name], 64, "%s", Get(F_Config, "Clan1"));
	format(Team[1][Name], 64, "%s", Get(F_Config, "Clan2"));
	return 1;
}



Re: problem with a script - Backwardsman97 - 17.01.2010

Seems like you didn't include whatever include has those functions.


re: - ]Neo[ - 17.01.2010

in the top of the script is

#include <a_samp>
#include <dini>

#pragma tabsize 0

and i have the dini include


Re: problem with a script - Backwardsman97 - 17.01.2010

I think all the dini functions have the prefix 'dini_' like dini_Get or dini_Set.


Re: problem with a script - ]Neo[ - 17.01.2010

Oh, i donґt have any errors yet thank a lot =)



Re: problem with a script - Backwardsman97 - 17.01.2010

Quote:

Neo[ ]
Oh, i donґt have any errors yet thank a lot =)
Np