Imports System
Imports System.Drawing
Imports System.Windows.Forms
Imports GTA
Imports System.IO
Public Class BaseScriptProject
Inherits Script
Private txd2 As Int32 = Native.Function.Call(Of Int32)("LOAD_TXD", "Qub3d")
Private tTexture2 As Int32 = Native.Function.Call(Of Int32)("GET_TEXTURE", txd2, "QUB3D_LOGO_150906")
Private myImage As Texture
Private bDrawImage As Boolean = False
Private Sub general_tick(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Tick
Native.Function.Call("DRAW_SPRITE", tTexture2, 0.2, 0.2, 0.1, 0.08, 0.0, 255, 255, 255, 100)
End Sub
End Class
Imports System
Imports System.Drawing
Imports System.Windows.Forms
Imports GTA
Imports System.IO
Public Class BaseScriptProject
Inherits Script
Private txd2 As Int32 = Native.Function.Call(Of Int32)("LOAD_TXD", "Qub3d")
Private tTexture2 As Int32 = Native.Function.Call(Of Int32)("GET_TEXTURE", txd2, "QUB3D_LOGO_150906")
Private myImage As Texture
Private bDrawImage As Boolean = False
Private Sub general_tick(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Tick
Native.Function.Call("DRAW_SPRITE", tTexture2, 0.2, 0.2, 0.1, 0.08, 0.0, 255, 255, 255, 100)
End Sub
End Class
RAW_SPRITE("File name", "Image name", X, Y, Width, Height, Rotation, R, G, B, A); Copyright © 2026, NextGenUpdate.
All Rights Reserved.