05.09.2009, 01:28
Well, i just added some extra things to my Gamemode but when i compile i get this:
Line 170:
All of the code releated to Line 170:
Any help?, Thanks
-EDIT-
Solved was due to my broken dudb.inc
Код:
C:\Users\Mike\Desktop\0.3 beta\pawno\include\dudb.inc(170) : error 017: undefined symbol "frenametextfile" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
"Announcement: Do not DeathMatch, RevengeKill, PowerGame, Metagame, or Non-Rp",
Код:
new Announcements[5][128] = { "Announcement: This is a Roleplay Server. Act like you would in real life or be banned.", "Announcement: If you see someone not following rules /report them. and an admin will deal with it.", "Announcement: If you bug abuse/hack you will be immediently permantaly banned.", "Announcement: Do not DeathMatch, RevengeKill, PowerGame, Metagame, or Non-Rp", "Announcement: To view the rules please type /rules. Do not brake these rules or Ban/Jail/Kick." };
-EDIT-
Solved was due to my broken dudb.inc