Problem with public SetPlayerSpawn (playerid)
#5

this well

pawn Код:
public SetPlayerSpawn(playerid)
{
    if(IsPlayerConnected(playerid))
    {
        //TextDrawShowForPlayer(playerid,Information[playerid]);
        //SetPlayerSkin(playerid, PlayerInfo[playerid][pChar]);
        if(PlayerInfo[playerid][pTut] == 0)
        {
            gOoc[playerid] = 1; gNews[playerid] = 1; gFam[playerid] = 1;
            SetPlayerInterior(playerid, 14);
            SetPlayerPos(playerid,-1830.5217,18.3851,1061.1436);
            SetPlayerCameraPos(playerid, -1832.4875, 12.6962, 1061.7435);
            SetPlayerCameraLookAt(playerid, -1831.9642, 22.6825, 1061.7435);
            PlayerInfo[playerid][pInt] = 14;
            SetPlayerFacingAngle(playerid,180.0);
            TogglePlayerControllable(playerid, 0);
            RegistrationStep[playerid] = 1;
Reply


Messages In This Thread
Problem with public SetPlayerSpawn (playerid) - by DarkChildren - 08.01.2011, 13:52
Re: Problem with public SetPlayerSpawn (playerid) - by Kwarde - 08.01.2011, 13:54
Respuesta: Problem with public SetPlayerSpawn (playerid) - by DarkChildren - 08.01.2011, 13:56
Re: Problem with public SetPlayerSpawn (playerid) - by Kwarde - 08.01.2011, 13:57
Respuesta: Problem with public SetPlayerSpawn (playerid) - by DarkChildren - 08.01.2011, 13:59

Forum Jump:


Users browsing this thread: 3 Guest(s)