How to get rig of spawning screen
#9

I used what a guy said and now it is spawning but I cant save the skin because spawninfo has skin 0 and if I remove spawninfo then I wont spawn.

And everytime when a playerjoins it will join with the skin is on spawninfo but I want to make that he will join with the skin he had last time.

Код:
case DIALOG_LOGIN:
        {
            if ( !response ) return Kick ( playerid );
            if( response )
            {
                if(udb_hash(inputtext) == PlayerInfo[playerid][pPass])
                {
                    INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
                    GivePlayerMoney(playerid, PlayerInfo[playerid][pCash]);
                    SetPlayerScore(playerid, PlayerInfo[playerid][pScore]);
                    SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin]);
                    SetSpawnInfo(playerid, 0, 0, 2200.0459, 1285.3773, 10.8203, 93.1433, 0, 0, 0, 0, 0, 0);
                	SpawnPlayer(playerid);
					ShowPlayerDialog(playerid, DIALOG_SUCCESS_2, DIALOG_STYLE_MSGBOX,""COL_WHITE"Success!",""COL_GREEN"You have successfully logged in!","Ok","");
                }
                else
                {
                    ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_RED"You have entered an incorrect password.\n"COL_WHITE"Type your password below to login.","Login","Quit");
                }
                return 1;
Reply


Messages In This Thread
How to get rig of spawning screen - by AndreiWow - 04.09.2015, 14:28
Re: How to get rig of spawning screen - by Variable™ - 04.09.2015, 14:30
Re: How to get rig of spawning screen - by bgedition - 04.09.2015, 14:38
Re: How to get rig of spawning screen - by SWAT4 - 04.09.2015, 14:44
Re: How to get rig of spawning screen - by AndreiWow - 04.09.2015, 14:46
Re: How to get rig of spawning screen - by AndreiWow - 04.09.2015, 14:50
Re: How to get rig of spawning screen - by SWAT4 - 04.09.2015, 15:46
Re: How to get rig of spawning screen - by AndreiWow - 04.09.2015, 16:13
Re: How to get rig of spawning screen - by AndreiWow - 04.09.2015, 16:16

Forum Jump:


Users browsing this thread: 1 Guest(s)