17.01.2010, 15:22
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
And here the lines
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.
Код:
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;
}

