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



Register - maksicnm - 25.10.2017

Here is the check is player finished registration...

Код HTML:
if(fexist(Korisnici(playerid)))
    {
        if(PlayerInfo[playerid][pSvrsioRegistraciju] == 1) return SCM(playerid,-1,""LJUB"AG | "BELA"Niste dovrsili registraciju, vracate se na pocetak!");
		{
	 		INI_ParseFile(Korisnici(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
 	    	LogRegTimer[playerid] = SetTimerEx("LoginP",465, false, "i", playerid);
 	    	SetPlayerPos(playerid, 2173.0852,2067.2083,27.4533);
		}
    }
    else
    {
		IntroTimer[playerid] = SetTimerEx("Registracija1",465, false, "i", playerid);
		SetPlayerPos(playerid, 2173.0852,2067.2083,27.4533);
    }
pSvrsioRegistraciju should back player to begin, code for beggin is
Код HTML:
KreirajRegister(playerid);
SelectTextDraw(playerid, 0xFF0000FF);
can you give me code for that?


Re: Register - TitoRayne - 25.10.2017

wrong section should post this one on Non-English


Re: Register - maksicnm - 25.10.2017

haha