Problem with GUI! Undefined symbol "ShowPlayerDialog" - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with GUI! Undefined symbol "ShowPlayerDialog" (
/showthread.php?tid=97758)
Problem with GUI! Undefined symbol "ShowPlayerDialog" -
naujokelis - 16.09.2009
Код:
if (gPlayerAccount[playerid] != 0)
{
ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"Sveiki atvykę","Sveiki atvykę į Village Role-Play Angel Pine. Linkime gero ћaidimo!\n2009-09-16 18:23: Potobulintas serverio dizainas","Prisijungti","Registruotis");
SendClientMessage(playerid, COLOR_GRAY, "Raљykite (/pri)sijungti [slaptaћodis] ,kad prisijungtumėte prie sąskaitos.");
SendClientMessage(playerid, COLOR_OOC, "(( Uћuomina: Jūs turite 30 sekundћių ,kad prisijungtumėte prie savo sąskaitos. ))");
}
Код:
C:\DOCUME~1\xx\Desktop\Serveris\GAMEMO~1\larp.pwn(7528) : error 017: undefined symbol "ShowPlayerDialog"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Please Help me...
Re: Problem with GUI! Undefined symbol "ShowPlayerDialog" -
dugi - 16.09.2009
You need to use the latest includes.
Re: Problem with GUI! Undefined symbol "ShowPlayerDialog" -
naujokelis - 16.09.2009
Where i can get that newest includes?
Re: Problem with GUI! Undefined symbol "ShowPlayerDialog" -
dugi - 16.09.2009
Check the sticky threads.
Re: Problem with GUI! Undefined symbol "ShowPlayerDialog" -
Calgon - 16.09.2009
http://forum.sa-mp.com/index.php?topic=119892.0
Download the server package for Windows:
* samp03svr_RC*_win32.zip - 0.3 RC Windows Server and Pawn Compiler/Includes
Re: Problem with GUI! Undefined symbol "ShowPlayerDialog" -
naujokelis - 16.09.2009
Thank You
Problem Solved!