Undefined Symbol "DIALOG_STYLE_PASSWORD
#1

Код:
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
Reply
#2

You are using NG-RP script?
Reply
#3

YES!!! I want to put it onto my server ...
Reply
#4

Compline with the lates includes from samp 0.3d
Reply
#5

I alredy did it I Downloaded a new version 10 minutes ago...
Reply
#6

Then show the code ...
Reply
#7

Make sure all your includes are for 0.3d! Meaning the #include < > at the top of script..
Reply
#8

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
Reply
#9

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...
Reply
#10

#define Dialog_Style_Password?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)