08.06.2014, 12:44
How to make Setup location renascent ? and starting locations

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;
}