Playerid?
#1

pawn Код:
{
            new plrIP[16];
            GetPlayerIp(playerid, plrIP, sizeof(plrIP)); //---------------------------------THIS IS THE LINE!!!
            new loginstring[500];
            new loginname[64];
            GetPlayerName(playerid,loginname,sizeof(loginname));
            format(loginstring,sizeof(loginstring),"{FF0000}-------------------------------------------------------------\n\n{FFFFFF}Dobrodosli Nazad \nVase ime : {FF0000}%s, \n{FFFFFF}Vas profil : {FF0000}Registrovan\n{FFFFFF}Vas IP : {FF0000}%s\n{FFFFFF}Molimo unesite vasu lozinku\n\n{FF0000}-------------------------------------------------------------",loginname ,plrIP);
            ShowPlayerDialog(playerid,12346,DIALOG_STYLE_PASSWORD,"Login",loginstring,"OK","Izlaz");
        }
error 017: undefined symbol "playerid" ??
Reply
#2

where do you have that code inside?
Reply
#3

public OtherTimer()
Reply
#4

You must define it..
Reply
#5

Nvm , fixed...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)