10.06.2011, 13:57
Hey i close the camera with a timer here
but when the player spawns there can be two outcomes either the player will spawn fine or the players camera will move to spawn point on the map and the camera will spin in a gray area
pawn Код:
public OnPlayerSpawn(playerid)
{
KillTimer( Camera[playerid][Timer] );
SetCameraBehindPlayer(playerid);
return 1;
}