Guest User

blank.pwn

a guest
Jan 1st, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3. main(){}
  4.  
  5. public OnGameModeInit()
  6. {
  7. SetGameModeText("Blank Script");
  8. AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  9. return 1;
  10. }
  11.  
  12. public OnPlayerRequestClass(playerid, classid)
  13. {
  14. SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
  15. SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
  16. SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
  17. return 1;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment