Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. :LicensePlates_
  2. Function 0 2 0
  3. Push1 10
  4. Call @DrawBackground_
  5. Call @DrawTitleMenus_
  6. PushString "LICENSE PLATES"
  7. Call @AddTitle_
  8. PushString "Not Your Dope's" //1
  9. PushString "NotYourDope"
  10. PushS 2024
  11. StaticGet R1
  12. StaticGet Dpaddown
  13. Call @AddScriptOption_
  14. PushString "License Plate Disco [NORMAL]" //2
  15. PushString "License_Plate_Disco_V1N"
  16. PushS 128
  17. StaticGet Nothing
  18. StaticGet Nothing
  19. Call @AddScriptOption_
  20. PushString "License Plate Disco [FAST]" //3
  21. PushString "License_Plate_Disco_V1F"
  22. PushS 128
  23. StaticGet Nothing
  24. StaticGet Nothing
  25. Call @AddScriptOption_
  26. PushString "License Plate FUCK YOU" //4
  27. PushString "FUCK_YOU"
  28. PushS 128
  29. StaticGet Nothing
  30. StaticGet Nothing
  31. Call @AddScriptOption_
  32. PushString "License Plate FUCK OFF" //5
  33. PushString "FUCK_OFF"
  34. PushS 128
  35. StaticGet Nothing
  36. StaticGet Nothing
  37. Call @AddScriptOption_
  38. PushString "License Plate NOT A MODDER" //6
  39. PushString "Notamodder"
  40. PushS 128
  41. StaticGet Nothing
  42. StaticGet Nothing
  43. Call @AddScriptOption_
  44. PushString "License Plate LEGEND" //7
  45. PushString "LEGEND"
  46. PushS 128
  47. StaticGet Nothing
  48. StaticGet Nothing
  49. Call @AddScriptOption_
  50. PushString "License Plate GTA V" //8
  51. PushString "GTA_V"
  52. PushS 128
  53. StaticGet Nothing
  54. StaticGet Nothing
  55. Call @AddScriptOption_
  56. PushString "License Plate WTF" //9
  57. PushString "WTF"
  58. PushS 128
  59. StaticGet Nothing
  60. StaticGet Nothing
  61. Call @AddScriptOption_
  62. PushString "License Plate BUZZARD" //10
  63. Call @AddOption_
  64. Call @CheckAPressed_
  65. JumpFalse @EndLicensePlates_
  66. StaticGet CurrentOption
  67. Switch [10=@BUZZARDplate_]
  68. Jump @EndLicensePlates_
  69.  
  70. :BUZZARDplate_
  71. CallNative "PLAYER_PED_ID" 0 1
  72. push_0
  73. CallNative "GET_VEHICLE_PED_IS_IN" 2 1
  74. StaticSet2 1
  75. StaticGet2 1
  76. PushString " B"
  77. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  78. PushS 750
  79. CallNative "WAIT" 1 0
  80. StaticGet2 1
  81. PushString " BU"
  82. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  83. PushS 750
  84. CallNative "WAIT" 1 0
  85. StaticGet2 1
  86. PushString " BUZ"
  87. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  88. PushS 750
  89. CallNative "WAIT" 1 0
  90. StaticGet2 1
  91. PushString " BUZZ"
  92. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  93. PushS 750
  94. CallNative "WAIT" 1 0
  95. StaticGet2 1
  96. PushString " BUZZA"
  97. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  98. PushS 750
  99. CallNative "WAIT" 1 0
  100. StaticGet2 1
  101. PushString " BUZZAR"
  102. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  103. PushS 750
  104. CallNative "WAIT" 1 0
  105. StaticGet2 1
  106. PushString " BUZZARD"
  107. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  108. PushS 750
  109. CallNative "WAIT" 1 0
  110. StaticGet2 1
  111. PushString "BUZZARD "
  112. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  113. PushS 750
  114. CallNative "WAIT" 1 0
  115. StaticGet2 1
  116. PushString "UZZARD "
  117. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  118. PushS 750
  119. CallNative "WAIT" 1 0
  120. StaticGet2 1
  121. PushString "ZZARD "
  122. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  123. PushS 750
  124. CallNative "WAIT" 1 0
  125. StaticGet2 1
  126. PushString "ZARD "
  127. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  128. PushS 750
  129. CallNative "WAIT" 1 0
  130. StaticGet2 1
  131. PushString "ARD "
  132. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  133. PushS 750
  134. CallNative "WAIT" 1 0
  135. StaticGet2 1
  136. PushString "RD "
  137. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  138. PushS 750
  139. CallNative "WAIT" 1 0
  140. StaticGet2 1
  141. PushString "D "
  142. CallNative "SET_VEHICLE_NUMBER_PLATE_TEXT" 2 0
  143. PushS 750
  144. CallNative "WAIT" 1 0
  145. Jump @EndLicensePlates_
  146.  
  147. :EndLicensePlates_
  148. PushString "~y~Select License Plate one by one." //11
  149. Call @AddOption_
  150. PushString "~y~Use [~w~Not Your Dope's~y~] to set your own animated License Plate."
  151. Call @LICENSEPLATESNotification_
  152. Return 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement