Ban Check
#16

Quote:
Originally Posted by nickdodd25
View Post
Guess your best bet is use Print("Debug"); between every line on that part and see where it stops. Could have somthing to do with your file system. I only know how to use y_ini so far not double-o-files.
Also show us
pawn Code:
ShowLoginScreen(playerid);
Mabe its somthing in that.
pawn Code:
stock ShowLoginScreen(playerid)
{
    new string[128];
    format(string, sizeof(string), "Welcome back %s\nBefore playing you must login\nEnter your password below and click login",PlayerName(playerid));
    ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYLE_INPUT,"Login required",string,"Login","Cancel");
}

stock ShowRegisterScreen(playerid)
{
    new string[128];
    format(string, sizeof(string), "Welcome to the server %s\nThis server requires you to register an account before playing",PlayerName(playerid));
    ShowPlayerDialog(playerid,DIALOG_REGISTER,DIALOG_STYLE_INPUT,"Registration",string,"Register","Cancel");
}
Reply


Messages In This Thread
[HELP] Ban Check - by PCheriyan007 - 06.05.2012, 01:55
Re: Ban Check - by ViniBorn - 06.05.2012, 02:54
Re: Ban Check - by [HiC]TheKiller - 06.05.2012, 02:57
Re: Ban Check - by PCheriyan007 - 06.05.2012, 03:14
Re: Ban Check - by [HiC]TheKiller - 06.05.2012, 03:48
Re: Ban Check - by PCheriyan007 - 06.05.2012, 22:06
Re: Ban Check - by Vince - 06.05.2012, 23:06
Re: Ban Check - by PCheriyan007 - 11.05.2012, 00:07
Re: Ban Check - by PCheriyan007 - 11.05.2012, 22:52
Re: Ban Check - by Oscii - 11.05.2012, 23:18
Re: Ban Check - by PCheriyan007 - 11.05.2012, 23:41
Re: Ban Check - by PCheriyan007 - 26.05.2012, 00:18
Re: Ban Check - by nickdodd25 - 26.05.2012, 03:08
Re: Ban Check - by PCheriyan007 - 26.05.2012, 05:13
Re: Ban Check - by nickdodd25 - 26.05.2012, 17:51
Re: Ban Check - by PCheriyan007 - 03.06.2012, 19:22
Re: Ban Check - by PCheriyan007 - 08.06.2012, 02:02

Forum Jump:


Users browsing this thread: 1 Guest(s)