After Dead returned to Class Selection
#6

PHP код:
    if(AccountExist(pName[playerid]))
    {
        
format(str,sizeof(str),"{FFFFFF}Guten Tag {00FF00}%s{FFFFFF},\nes wurde ein Account mit diesem Namen gefunden.\nMцchten Sie sich einloggen?",pName[playerid]);
        
ShowPlayerDialog(playerid,Dialog_Login,DIALOG_STYLE_MSGBOX,"{0000FF}Login",str,"Login","Abbrechen");
    }
    else
    {
        
format(str,sizeof(str),"{FFFFFF}Guten Tag {00FF00}%s{FFFFFF},\nes wurde kein Account mit diesem Namen gefunden.\nMцchten Sie sich registrieren?",pName[playerid]);
        
ShowPlayerDialog(playerid,Dialog_Register,DIALOG_STYLE_MSGBOX,"{0000FF}Login",str,"Registrieren","Abbrechen");
    }
    if(!
GetPVarBool(playerid,"AllowSpawn")) return 0
Why you have it there? Not on player connct?
If you wanted to disable class selection easyest way is:

Quote:

SpawnPlayer(playerid);

Reply


Messages In This Thread
After Dead returned to Class Selection - by Psycho77 - 30.01.2013, 20:22
AW: After Dead returned to Class Selection - by Blackazur - 30.01.2013, 20:25
Re: After Dead returned to Class Selection - by Psycho77 - 30.01.2013, 20:26
Re: After Dead returned to Class Selection - by jakejohnsonusa - 30.01.2013, 21:04
Re: After Dead returned to Class Selection - by Psycho77 - 30.01.2013, 21:07
Re: After Dead returned to Class Selection - by Scrillex - 31.01.2013, 05:35
Re: After Dead returned to Class Selection - by M3mPHi$_S3 - 31.01.2013, 05:57

Forum Jump:


Users browsing this thread: 1 Guest(s)