Sasuke_Uchiha

Getting ClassSelection

Nov 12th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. SetPlayerPos(playerid,X,Y,Z);
  2. SetPlayerCameraPos(playerid, CX,CY,CZ);
  3. SetPlayerCameraLookAt(playerid, X,Y,Z);
  4. SetPlayerFacingAngle(playerid,A);
  5.  
  6. Here X,Y,Z,A are the position
  7. and
  8. HERE CX,CY,CZ,CA are the camera position (CA is not used all all.)
  9.  
  10. /rs gets
  11. X,Y,Z,A ;
  12. Example:
  13. X Y Z A
  14. 2095.6631,-1422.6595,98.6781,84.3311 ; little italy pos
  15. CX CY CZ CA
  16. 2082.6768,-1421.7848,98.6781,266.9827 ; little italy camera
  17.  
  18. Example:
  19. SetPlayerPos(playerid, 2095.6631,-1422.6595,98.6781);
  20. SetPlayerCameraPos(playerid, 2082.6768,-1421.7848,98.6781);
  21. SetPlayerCameraLookAt(playerid, 2095.6631,-1422.6595,98.6781);
  22. SetPlayerFacingAngle(playerid,84.3311);
Add Comment
Please, Sign In to add comment