Advertisement
Sky_Softh

Dolby

Nov 21st, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. case 5: {
  2. ClearChatbox(playerid, 20);
  3.  
  4. PlaySoundForPlayer(playerid, 1187);
  5.  
  6. SetPlayerCameraPos(playerid, 1416.5039, -883.1823, 67.8758);
  7. SetPlayerCameraLookAt(playerid, 1416.4595, -882.1793, 68.0606);
  8.  
  9. SetPlayerPos(playerid, 1416.5039, -883.1823, 62.0000);
  10.  
  11. format(sTRX, sizeof(sTRX), "%s", TutorialCont[0][Title]);
  12.  
  13. format(STRx, sizeof(STRx), "%s", TutorialCont[0][Context]);
  14.  
  15. PlayerTextDrawSetString(playerid, Tutorial[ playerid ][ 3 ], sTRX);
  16. PlayerTextDrawSetString(playerid, Tutorial[ playerid ][ 4 ], STRx);
  17.  
  18. Freeze( playerid );
  19.  
  20. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 0 ]);
  21. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 1 ]);
  22. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 2 ]);
  23. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 3 ]);
  24. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 4 ]);
  25. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 5 ]);
  26. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 6 ]);
  27. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 7 ]);
  28. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 8 ]);
  29. PlayerTextDrawShow(playerid, Tutorial[ playerid ][ 9 ]);
  30.  
  31. SelectTextDraw(playerid, 0x306BFFFF);
  32.  
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement