SA-MP Forums Archive
Need Help (For a third time :D)!!! Login and Register Dialog Box - 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: Need Help (For a third time :D)!!! Login and Register Dialog Box (/showthread.php?tid=290293)



Need Help (For a third time :D)!!! Login and Register Dialog Box - Phantomkiller - 15.10.2011

I have Godfather Mod and it doesent have login and register box, so can somebody post this code/tutorial for this (Godfather GM)... Pls


Re: Need Help (For a third time :D)!!! Login and Register Dialog Box - Sinner - 15.10.2011

GF is not for noob scripters, as it said in the topic. But if you wan't us to help you anyways post some snippets of code, screenshots, error messages, ... Something we can work with not this crap.


Re: Need Help (For a third time :D)!!! Login and Register Dialog Box - niyaz - 15.10.2011

If its godfather there is another gm check there or if you are using the same then check there xDD


Re: Need Help (For a third time :D)!!! Login and Register Dialog Box - Phantomkiller - 15.10.2011

Код:
	if (strcmp(cmd, "/login", true) ==0 || strcmp(cmd, "/l", true) ==0)
	{
	    if(IsPlayerConnected(playerid))
	    {
	        new tmppass[64];
			if(gPlayerLogged[playerid] == 1)
			{
				SendClientMessage(playerid, TEAM_AZTECAS_COLOR, "SERVER: You are already logged in.");
				return 1;
			}
			tmp = strtok(cmdtext, idx);
			if(!strlen(tmp))
			{
				SendClientMessage(playerid, TEAM_AZTECAS_COLOR, "USAGE: (/l)ogin [password]");
				return 1;
			}
			strmid(tmppass, tmp, 0, strlen(cmdtext), 255);
			//Encrypt(tmppass);
			OnPlayerLogin(playerid,tmppass);
		}
		return 1;
	}
This is for my login, and here are the screens (sry for the languange, it is croatian): /imageshack/img810/6775/samp001lc.png /imageshack/img843/3766/samp000nb.png


Re: Need Help (For a third time :D)!!! Login and Register Dialog Box - Phantomkiller - 15.10.2011

HELP!


Re: Need Help (For a third time :D)!!! Login and Register Dialog Box - niyaz - 15.10.2011

Try this It might help https://sampforum.blast.hk/showthread.php?tid=281


Re: Need Help (For a third time :D)!!! Login and Register Dialog Box - Phantomkiller - 15.10.2011

witch page?


Re: Need Help (For a third time :D)!!! Login and Register Dialog Box - niyaz - 15.10.2011

Just check through ok.


Re: Need Help (For a third time :D)!!! Login and Register Dialog Box - Phantomkiller - 15.10.2011

okay


Re: Need Help (For a third time :D)!!! Login and Register Dialog Box - Phantomkiller - 15.10.2011

Cant find anything... Pls help anyone (I got GF mod[not GF2])