05.06.2011, 21:13
I'm working on a dialog-based RP test after registration and basically I want it to set the player in a remote location, freeze the player, and put the camera at a certain location.
However, with the code I have what it does is move the player to the location I want, freeze it, but it doesn't move the camera so I am just staring at the back of my character when I should be staring at the location I put in SetPlayerCameraPos.
However, with the code I have what it does is move the player to the location I want, freeze it, but it doesn't move the camera so I am just staring at the back of my character when I should be staring at the location I put in SetPlayerCameraPos.
Код:
SetPlayerPos(playerid, 601.4870,-570.2106,16.5879); TogglePlayerControllable(playerid, 0); SetPlayerCameraPos(playerid, 561.2822,-482.0255,36.5165); (Then the dialog here, etc..)