A Little Problem.
#1

Hi, fellow scripters.
I've got a little problem with compiling my script.
Here's the error and the line:

Error:
Код:
C:\Program Files (x86)\Rockstar Games\GTASanAndreas\SAMP Server\gamemodes\RP.pwn(29033) : error 017: undefined symbol "NAIDIKCreated"
The Line:
Код:
				if(NAIDIKCreated[i] == true) { TextDrawDestroy(NAIDIK[i]); }
Reply
#2

BUMP!
Reply
#3

You didn't defined
pawn Код:
NAIDIKCreated
earlier.
Reply
#4

How do I do that?
Reply
#5

new Text:NAIDIKCreated[MAX_PLAYERS] = false;
Reply
#6

well like this


add this at the top of your Gamemode/Filterscript
pawn Код:
new Text:NAIDIKCreated[MAX_PLAYERS];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)