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: ShowPlayerDialog (
/showthread.php?tid=184841)
ShowPlayerDialog -
Saitecx - 21.10.2010
Hello.
If I create a dialog with [pawn] ShowPlayerDialog [/ pawn] I get an error:
[Code] C: \ Users \ Lukas \ Desktop \ Server 0.3b \ gamemodes \ SERVER lvdm.pwn (821): error 017: undefined symbol "ShowPlayerDialog"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
[/ Code]
I need to define what?
Re: ShowPlayerDialog -
Luis- - 21.10.2010
Show line 821 please
AW: ShowPlayerDialog -
Saitecx - 21.10.2010
pawn Код:
ShowPlayerDialog(playerid, DIALO_TUTORIAL, DIALOG_STYLE_MSGBOX, ect.
Re: ShowPlayerDialog -
Luis- - 21.10.2010
IS that all the ShowPlayerDialog?
Re: ShowPlayerDialog -
Toni - 21.10.2010
Update your includes again.
AW: ShowPlayerDialog -
Saitecx - 21.10.2010
pawn Код:
ShowPlayerDialog(playerid, DIALO_TUTORIAL, DIALOG_STYLE_MSGBOX, "Ьberschrift", "Das ist ein tutorial, \nund nur ein test.","Okay", "SchlieЯen");
here is all
Quote:
Originally Posted by The Toni
Update your includes again.
|
i did, but still error
Re: ShowPlayerDialog -
Luis- - 21.10.2010
As Toni said update all of your includes
AW: ShowPlayerDialog -
Saitecx - 21.10.2010
i did, but still error
Re: ShowPlayerDialog -
Las Venturas CNR - 21.10.2010
O_o, might want to check this...?
Quote:
Originally Posted by [L3th4l]
Simple problem, but many don't know about this.
1. Open PAWNO FIRST!
2. Click > File > Open > Your script
3. Compile
|
Re: ShowPlayerDialog -
Grim_ - 22.10.2010
Make sure you actually REPLACED your libraries with the up-to-date ones, as well as compiling from the pawno application and compiler found in the new folder you downloaded.