Undefined Symbol "DIALOG_STYLE_PASSWORD - 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 "DIALOG_STYLE_PASSWORD (
/showthread.php?tid=309260)
Undefined Symbol "DIALOG_STYLE_PASSWORD -
mirza24 - 06.01.2012
Код:
C:\Users\abc\Desktop\Script\GG MOD\gamemodes\NG-RP.pwn(1264) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
I don't get it why am I getting this error I'm usin the newest version of Pawno for 0.3d It worked perfectly with DIALOG_STYLE_INPUT so i don't think it is a scripting error... I would apreciate help
Re: Undefined Symbol "DIALOG_STYLE_PASSWORD -
geerdinho8 - 06.01.2012
You are using NG-RP script?
Re: Undefined Symbol "DIALOG_STYLE_PASSWORD -
mirza24 - 06.01.2012
YES!!! I want to put it onto my server ...
Re: Undefined Symbol "DIALOG_STYLE_PASSWORD -
[BG]Gamer - 06.01.2012
Compline with the lates includes from samp 0.3d
Re: Undefined Symbol "DIALOG_STYLE_PASSWORD -
mirza24 - 06.01.2012
I alredy did it I Downloaded a new version 10 minutes ago...
Re: Undefined Symbol "DIALOG_STYLE_PASSWORD -
[BG]Gamer - 06.01.2012
Then show the code ...
Re: Undefined Symbol "DIALOG_STYLE_PASSWORD -
SnG.Scot_MisCuDI - 06.01.2012
Make sure all your includes are for 0.3d! Meaning the #include < > at the top of script..
Re: Undefined Symbol "DIALOG_STYLE_PASSWORD -
mirza24 - 06.01.2012
pawn Код:
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,-99.9312,-5.5517,11.4277);
SetPlayerFacingAngle(playerid,293.7919);
SetPlayerCameraPos(playerid,-91.6335,-2.0795,7.5430);
SetPlayerCameraLookAt(playerid,-99.9312,-5.5517,11.4277);
if(pHaveAcc[playerid] != 0) {
ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"Red-Hill RP/DM","Tvoj Password ","Login","Cancel");
I'm sure they all are 0.3d includes becouse I downloaded Them all today
Re: Undefined Symbol "DIALOG_STYLE_PASSWORD -
Lorenc_ - 07.01.2012
Since I hate NG-RP's guts:
pawn Код:
#define DIALOG_STYLE_PASSWORD (3)
Greedy bastards paying head admins peanuts and blacklisting servers which are not even alike their servers...
Re: Undefined Symbol "DIALOG_STYLE_PASSWORD -
smokeweed - 07.01.2012
#define Dialog_Style_Password?