Register
#1

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?
Reply
#2

wrong section should post this one on Non-English
Reply
#3

haha
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)