Got a solution...?
#8

Quote:
Originally Posted by Calgon
Посмотреть сообщение
Remove the spectation mode.
It doesn't help, instead it shows the class selection buttons at the bottom of the screen.

Quote:
Originally Posted by Calgon
Посмотреть сообщение
How are you respawning the player?
pawn Код:
timer HospitalTimer[15000](playerid)
{
    TogglePlayerSpectating(playerid, false);
    SetSpawnInfo(playerid, -1, pStats[playerid][EP_SKIN], fHospSpawnX, fHospSpawnY, fHospSpawnZ, fHospSpawnR, -1, -1, -1, -1, -1, -1);
    SpawnPlayer(playerid);
    SendClientMessage(playerid, COLOR_WHITE, "You have been discharged from the hospital.");
    DeletePVar(playerid, "INHOSP");
}
Using SetSpawnInfo and SpawnPlayer.
Reply


Messages In This Thread
Got a solution...? - by Scenario - 18.12.2011, 04:50
Re: Got a solution...? - by Calgon - 18.12.2011, 04:52
Re: Got a solution...? - by Scenario - 18.12.2011, 05:00
Re: Got a solution...? - by Calgon - 18.12.2011, 05:03
Re: Got a solution...? - by Scenario - 18.12.2011, 05:06
Re: Got a solution...? - by Scenario - 18.12.2011, 05:30
Re: Got a solution...? - by Calgon - 18.12.2011, 06:02
Re: Got a solution...? - by Scenario - 18.12.2011, 19:58
Re: Got a solution...? - by Scenario - 18.12.2011, 21:08
Re: Got a solution...? - by Scenario - 18.12.2011, 22:57

Forum Jump:


Users browsing this thread: 1 Guest(s)