SetSpawnInfo Interior :)
#6

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.
The same :\

This is the whole public:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    if(IsPlayerNPC(playerid)) return 1;
    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);
        SetPlayerVirtualWorld(playerid,PlayerInfo[playerid][pVirWorld]);
        SetPlayerInterior(playerid,PlayerInfo[playerid][pInt]);
        SetCameraBehindPlayer(playerid);
        TogglePlayerControllable(playerid, 1);
        SpawnPlayer(playerid);
 }
    else
    {
        ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"Registering...",""COL_WHITE"Welcome to CHANGEME, Our database tell us your new here, chose your password to register!","Register","Quit");
        SetSpawnInfo(playerid, 0, 0, 73.1880,-97.9988,1001.2363 ,179.5416, 0, 0, 0, 0, 0, 0); // // Set spawn coords
        SpawnPlayer(playerid);
    }
        ApplyAnimation(playerid,"PED","SEAT_idle", 4.0, 1, 0, 0, 0, 0);
        SetPlayerCameraPos(playerid,76.788,-99.487,1001.963);
        SetPlayerCameraLookAt(playerid,74.788,-98.450,1001.211);
       
    return 1;
}
And I would like to do that when the player is registed it shows him another screen and when the player is loggin its spawn him first and then he needs to login..
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: 4 Guest(s)