TogglePlayerSpectating - What can I do?
#1

When a player joins my server, if they are not registered it will send them to class select. However, if they are registered, it will set them to look at the sea (with TogglePlayerSpectating). Is there anyway I can change where the camera looks at? I tried and it just stayed in the same position...
Reply
#2

SetPlayerCameraLookAt. This must work. Else use
pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_SPECTATING)
{
TogglePlayerSpectating(playerid,0);
}
This disables spectating. Not what you want but it would work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)