How to make Setup location renascent ?
#1

How to make Setup location renascent ? and starting locations
Reply
#2

Something like this?

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetSpawnInfo(playerid, 0, 0, 1958.3783, 1343.1572, 15.3746,358.6581, 0, 0, 0, 0, 0, 0);
    //SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
    //SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
    //SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);

    TogglePlayerSpectating(playerid, true);
    SetTimerEx("login_dialog", 100, 0, "i", playerid);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)