SA-MP Forums Archive
undefined symbol - 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: undefined symbol (/showthread.php?tid=453455)



undefined symbol - ShaneOvSina - 25.07.2013

Код:
C:\Users\Shane\Desktop\SampTestServer\gamemodes\TheSinaProject.pwn(194) : error 017: undefined symbol "d_NULL"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
How would i fix this?


Re: undefined symbol - nor15 - 25.07.2013

new d_NULL[MAX_PLAYERS];


Re: undefined symbol - ShaneOvSina - 25.07.2013

Now i get this error?
Код:
C:\Users\Shane\Desktop\SampTestServer\gamemodes\TheSinaProject.pwn(195) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
On This Line:
Код:
ShowPlayerDialog(playerid, d_NULL, DIALOG_STYLE_MSGBOX, "Rules", gBigString, "Close", "");



Re: undefined symbol - jamesbond007 - 25.07.2013

#define d_NULL 12321


Re: undefined symbol - ShaneOvSina - 25.07.2013

Quote:
Originally Posted by jamesbond007
Посмотреть сообщение
#define d_NULL 12321
Thank you.
That worked


Re: undefined symbol - morocco - 25.07.2013

Quote:
Originally Posted by ShaneOvSina
Посмотреть сообщение
That worked
Ok !

But Check here https://sampwiki.blast.hk/wiki/ShowPlayerDialog to know some things