problem with a script
#1

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;
}
Reply
#2

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

in the top of the script is

#include <a_samp>
#include <dini>

#pragma tabsize 0

and i have the dini include
Reply
#4

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

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

Quote:

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


Forum Jump:


Users browsing this thread: 1 Guest(s)