What Happened?
#1

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]
Reply
#2

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!
Reply
#3

Update your includes.
Reply
#4

i have included a_samp && see, it compiles perfectly with other scripts. i didn't change a letter in the script D:
Reply
#5

Show me any of those lines
Reply
#6

iTS SIMple...

Your include is very old
Download the latest includes from here and replace them with ur's one!
Reply
#7

Fixed
Reply
#8

Reply how u fixed so everyone can see the process of fixing this problem
Reply
#9

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
Reply
#10

Quote:
Originally Posted by newbie scripter
View Post
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)