error GetPVarInt ?
#1

PHP код:
                    if(GetPVarInt(playerid"PlayerAutoLogin") == 1);
        {
        
        }
        else
        {
        
//PLAYER DIALOG LOGIN
                 
ShowPlayerDialog(playeridDIALOG_LOGINACCOUNTDIALOG_STYLE_PASSWORDS_COLOR_EMB2 S_SHORTNAME S_COLOR_EMB1" - Login"S_COLOR_EMB1"This name is registered.\nEnter the password for this account:""Login""");
        } 
when i try to use that it says
"C:\Users\ADMIN\Desktop\SA-MP SERVER\gamemodes\GameMode.pwn(310) : error 036: empty statement
C:\Users\ADMIN\Desktop\SA-MP SERVER\gamemodes\GameMode.pwn(314) : error 029: invalid expression, assumed zero
Reply
#2

pawn Код:
if(GetPVarInt(playerid, "PlayerAutoLogin") == 1)
        {
         //your code here
        }
        else
        {
        //PLAYER DIALOG LOGIN
                 ShowPlayerDialog(playerid, DIALOG_LOGINACCOUNT, DIALOG_STYLE_PASSWORD, S_COLOR_EMB2 S_SHORTNAME S_COLOR_EMB1" - Login", S_COLOR_EMB1"This name is registered.\nEnter the password for this account:", "Login", "");
        }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)