SA-MP Forums Archive
Playerid? - 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: Playerid? (/showthread.php?tid=443753)



Playerid? - Stereotype - 13.06.2013

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" ??


AW: Playerid? - HurtLocker - 13.06.2013

where do you have that code inside?


Re: Playerid? - Stereotype - 13.06.2013

public OtherTimer()


Re: Playerid? - stundje - 13.06.2013

You must define it..


Re: Playerid? - Stereotype - 13.06.2013

Nvm , fixed...