19.10.2014, 11:45
How can i make, so that player camera is in front of player and player is freezed (togglecontroleable)...
This is what i made but it doesen't work...:
This is what i made but it doesen't work...:
Код:
SetPlayerPos(playerid,207.0074,-135.2267,1002.8744); SetPlayerFacingAngle(playerid,180); SetCameraBehindPlayer(playerid); TogglePlayerControllable(playerid,0); SetPlayerFacingAngle(playerid,0);