30.08.2011, 10:10
(
Последний раз редактировалось ModianO; 03.09.2011 в 22:50.
Причина: Not helpful enough.
)
Removed.
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript <<
SetGameModeText("Blank Script");// this will change the mode text to "blank script"
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);//adds another cj class to the mode messing classes up
return 1;
}
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
return 1;
}