What Happened? - 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)
+--- Thread: What Happened? (
/showthread.php?tid=479800)
What Happened? -
newbie scripter - 07.12.2013
Hi guys, when i just included an include (3DMenu) and i compiled and i got the Foll. errors:
Code:
DDM.pwn(407) : error 017: undefined symbol "CreatePlayerTextDraw"
DDM.pwn(407) : warning 213: tag mismatch
DDM.pwn(408) : error 017: undefined symbol "PlayerTextDrawLetterSize"
DDM.pwn(409) : error 017: undefined symbol "PlayerTextDrawTextSize"
DDM.pwn(410) : error 017: undefined symbol "PlayerTextDrawAlignment"
DDM.pwn(411) : error 017: undefined symbol "PlayerTextDrawColor"
DDM.pwn(412) : error 017: undefined symbol "PlayerTextDrawUseBox"
DDM.pwn(413) : error 017: undefined symbol "PlayerTextDrawBoxColor"
DDM.pwn(414) : error 017: undefined symbol "PlayerTextDrawSetShadow"
DDM.pwn(415) : error 017: undefined symbol "PlayerTextDrawSetOutline"
DDM.pwn(416) : error 017: undefined symbol "PlayerTextDrawFont"
DDM.pwn(418) : error 017: undefined symbol "CreatePlayerTextDraw"
DDM.pwn(418) : warning 213: tag mismatch
DDM.pwn(419) : error 017: undefined symbol "PlayerTextDrawLetterSize"
DDM.pwn(420) : error 017: undefined symbol "PlayerTextDrawAlignment"
DDM.pwn(421) : error 017: undefined symbol "PlayerTextDrawColor"
DDM.pwn(422) : error 017: undefined symbol "PlayerTextDrawSetShadow"
DDM.pwn(423) : error 017: undefined symbol "PlayerTextDrawSetOutline"
DDM.pwn(424) : error 017: undefined symbol "PlayerTextDrawBackgroundColor"
DDM.pwn(425) : error 017: undefined symbol "PlayerTextDrawFont"
DDM.pwn(426) : error 017: undefined symbol "PlayerTextDrawSetProportional"
DDM.pwn(427) : error 017: undefined symbol "PlayerTextDrawSetSelectable"
DDM.pwn(429) : error 017: undefined symbol "CreatePlayerTextDraw"
DDM.pwn(429) : warning 213: tag mismatch
DDM.pwn(430) : error 017: undefined symbol "PlayerTextDrawLetterSize"
DDM.pwn(431) : error 017: undefined symbol "PlayerTextDrawAlignment"
DDM.pwn(432) : error 017: undefined symbol "PlayerTextDrawColor"
DDM.pwn(433) : error 017: undefined symbol "PlayerTextDrawSetShadow"
DDM.pwn(434) : error 017: undefined symbol "PlayerTextDrawSetOutline"
I removed that Inc and still that error. I even tried to compile another script (no problems) even i tried to compile with another software (sam[p]ce) Help me...........
[FIXED]
Another Help:
I have enum to store me Rank list data
pawn Code:
enum Ranks
{
RankNumber,
RankName[128],
RankXP
}
new RankList [] [Ranks] =
{
// codes (there is 70 of there)
}
How to make an check whether his XP and give the rank name,
[NOT FIXED]
Re: What Happened? -
Wizzy951 - 07.12.2013
The only thing, that can cause the errors is that you haven't included a_samp, so do it:
#include <a_samp> or you are trying to compile the script with an outdated include (it's below 0.3e), so
download a 0.3x server package put all of the files in the unrared folder and recompile!
Re: What Happened? -
iZN - 07.12.2013
Update your includes.
Re: What Happened? -
newbie scripter - 07.12.2013
i have included a_samp && see, it compiles perfectly with other scripts. i didn't change a letter in the script D:
Re: What Happened? -
FahadKing07 - 07.12.2013
Show me any of those lines
Re: What Happened? -
TahaAsif12 - 07.12.2013
iTS SIMple...
Your include is very old
Download the latest includes from
here and replace them with ur's one!
Re: What Happened? -
newbie scripter - 07.12.2013
Fixed
Re: What Happened? -
TahaAsif12 - 07.12.2013
Reply how u fixed so everyone can see the process of fixing this problem
Re: What Happened? -
newbie scripter - 07.12.2013
Another Help:
I have enum to store me Rank list data
pawn Code:
enum Ranks
{
RankName[128],
RankXP
}
new RankList [] [Ranks] =
{
// codes
}
How to make an check whether his XP and give the rank name, like That
@TahaAsif
I just copied the Includes from another software (samp_editor) and it worked
Re: What Happened? -
newbie scripter - 07.12.2013
Quote:
Originally Posted by newbie scripter
Another Help:
I have enum to store me Rank list data
pawn Code:
enum Ranks { RankName[128], RankXP } new RankList [] [Ranks] = { // codes }
How to make an check whether his XP and give the rank name
|
BUMP... its night here sry for bumping soooo sooooooooon