SetSpawnInfo Interior :)
#8

Quote:
Originally Posted by Luis-
Посмотреть сообщение
Код:
if(fexist(UserPath(playerid)))
    {
        INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
        ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"You are already registered, write your chosen password to log in! ","Login","Quit");
        SetSpawnInfo(playerid, 0, PlayerInfo[playerid][pModel],PlayerInfo[playerid][pPosx],PlayerInfo[playerid][pPosy],PlayerInfo[playerid][pPosz],PlayerInfo[playerid][pPosa],0,0,0,0,0,0);
        SpawnPlayer(playerid);
        SetPlayerVirtualWorld(playerid,PlayerInfo[playerid][pVirWorld]);
        SetPlayerInterior(playerid,PlayerInfo[playerid][pInt]);
    }
Try this.
Quote:
Originally Posted by IceCube!
Посмотреть сообщение
Oke so first, you have camera code which runs weather they are registered or not, your second issue as I canny fix the first is that you need to place the spawn code in the dialog. If a any of that's wrong please clarify...
I did like this:

pawn Код:
if(dialogid == 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]);
                        SetPlayerColor(playerid, COLOR_WHITE);
                        SetSpawnInfo(playerid, 0, PlayerInfo[playerid][pModel],PlayerInfo[playerid][pPosx],PlayerInfo[playerid][pPosy],PlayerInfo[playerid][pPosz],PlayerInfo[playerid][pPosa],0,0,0,0,0,0);
                        SetPlayerVirtualWorld(playerid,PlayerInfo[playerid][pVirWorld]);
                        SetPlayerInterior(playerid,PlayerInfo[playerid][pInt]);
                        SetCameraBehindPlayer(playerid);
                        TogglePlayerControllable(playerid, 1);
                        SpawnPlayer(playerid);
                }
                else
                {
                    ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_RED"You have entered an incorrect password.\n"COL_WHITE"Please type your password below to login.","Login","Quit");
                }
                return 1;
            }
        }
But its the same ..
[URL=http://imageshack.us/photo/my-images/197/gtasa20130505154547657.jpg/]

http://imageshack.us/photo/my-images/197...547657.jpg
Reply


Messages In This Thread
SetSpawnInfo Interior :) - by kubeba59 - 05.05.2013, 11:54
Re: SetSpawnInfo Interior :) - by rhds - 05.05.2013, 12:00
Re: SetSpawnInfo Interior :) - by kubeba59 - 05.05.2013, 12:03
Re: SetSpawnInfo Interior :) - by rhds - 05.05.2013, 12:04
Re: SetSpawnInfo Interior :) - by Luis- - 05.05.2013, 12:07
Re: SetSpawnInfo Interior :) - by kubeba59 - 05.05.2013, 12:12
Re: SetSpawnInfo Interior :) - by IceCube! - 05.05.2013, 12:26
Re: SetSpawnInfo Interior ** PICTURE** :) - by kubeba59 - 05.05.2013, 12:49
Re: SetSpawnInfo Interior :) - by IceCube! - 05.05.2013, 12:51
Re: SetSpawnInfo Interior :) - by kubeba59 - 05.05.2013, 12:54

Forum Jump:


Users browsing this thread: 1 Guest(s)