Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. <!-- Exports -->
  2. <export function="getVersion" type="shared"/>
  3. <export function="getServerColor" type="shared"/>
  4. <export function="getServerData" type="shared"/>
  5. <export function="takeMoney" type="shared"/>
  6. <export function="hasMoney" type="shared"/>
  7. <export function="giveMoney" type="shared"/>
  8. <export function="getFont" type="client"/>
  9. <export function="shadowedText" type="client"/>
  10. <export function="createBlur" type="client"/>
  11. <export function="dxCreateBorder" type="client"/>
  12. <export function="drawlogo" type="client"/>
  13. <export function="roundedRectangle" type="client"/>
  14. <export function="linedRectangle" type="client"/>
  15. <export function="setElementData" type="shared"/>
  16. <export function="removeElementData" type="shared"/>
  17. <export function="isInSlot" type="client"/>
  18. <export function="isInBox" type="client"/>
  19. <export function="getIcon" type="client"/>
  20. <export function="getCursorPosition" type="client"/>
  21. <export function="convertJobIDtoName" type="shared"/>
  22. <export function="getTimeStringByNumber" type="shared"/>
  23. <export function="sendMessageToAdmin" type="shared"/>
  24. <export function="getRealTimeForIPB" type="shared"/>
  25. <export function="getServerSyntax" type="shared"/>
  26. <export function="math.round" type="shared"/>
  27. <export function="stringInsert" type="shared"/>
  28. <export function="split" type="shared"/>
  29. <export function="modifyString" type="shared"/>
  30. <export function="addCommandHandler" type="shared"/>
  31. <export function="getTreeCentre" type="shared"/>
  32. <export function="getTreeStart" type="shared"/>
  33. <export function="getTreeEnd" type="shared"/>
  34. <export function="getRealGroundPosition" type="shared"/>
  35. <export function="createRandomMaleName" type="shared"/>
  36. <export function="table.val_to_str" type="shared"/>
  37. <export function="table.key_to_str" type="shared"/>
  38. <export function="table.tostring" type="shared"/>
  39. <export function="smoothMoveCamera" type="client"/>
  40. <export function="stopSmoothMoveCamera" type="client"/>
  41. <export function="removeCamHandler" type="client"/>
  42. <export function="getWaters" type="client"/>
  43. <export function="getFonts" type="client"/>
  44. <export function="getIcons" type="client"/>
  45. <export function="getMinScreenSize" type="shared"/>
  46. <export function="getElementType" type="shared"/>
  47. <export function="getElementID" type="shared"/>
  48. <export function="getElementIDName" type="shared"/>
  49. <export function="getPlayerDeveloper" type="shared"/>
  50. <export function="roundedRectangle" type="client"/>
  51. <export function="findPlayer" type="shared"/>
  52. <export function="toFloor" type="shared"/>
  53. <export function="thousandsStepper" type="shared"/>
  54.  
  55. <!-- Fonts -->
  56. <file src="files/fonts/Yantramanav-Regular.ttf"/>
  57. <file src="files/fonts/Yantramanav-Black.ttf"/>
  58. <file src="files/fonts/gotham_light.ttf"/>
  59. <file src="files/fonts/Roboto.ttf"/>
  60. <file src="files/fonts/FontAwesome.ttf"/>
  61. <file src="files/fonts/rage.ttf"/>
  62. <file src="files/logo.png"/>
  63.  
  64. <min_mta_version client="1.3.4-0.00000" server="1.3.4-0.00000"></min_mta_version>
  65. </meta>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement