You are on page 1of 15

hModule := DllCall("LoadLibrary", Str, A_ScriptDir . "\API.

dll")
if(hModule == -1 || hModule == 0)
{
MsgBox, 48, API - Fehler, Die API.dll konnte nicht gefunden werden.`nDie
API wird nun gedownloadet.
UrlDownloadToFile,http://ryannal.funpic.de/SUP/SAPD/API.dll, %A_ScriptDi
r%\API.dll
}
AddChatMessage_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_AddCha
tMessage")
BlockChatInput_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BlockC
hatInput")
BoxCreate_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BoxCreate")
BoxDestroy_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BoxDestroy
")
BoxHide_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BoxHide")
BoxSetBorder_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BoxSetBo
rder")
BoxSetBorderColor_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Box
SetBorderColor")
BoxSetColor_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BoxSetCol
or")
BoxSetHeight_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BoxSetHe
ight")
BoxSetPos_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BoxSetPos")
BoxSetWidth_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BoxSetWid
th")
BoxShow_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_BoxShow")
DestroyAllVisual_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Dest
royAllVisual")
GetAmmoForCurrentWeapon_func := DllCall("GetProcAddress", UInt, hModule, Str, "A
PI_GetAmmoForCurrentWeapon")
GetChatLine_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetChatLi
ne")
GetCityName_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetCityNa
me")
GetClipForCurrentWeapon_func := DllCall("GetProcAddress", UInt, hModule, Str, "A
PI_GetClipForCurrentWeapon")
GetCurrentWeaponId_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Ge
tCurrentWeaponId")
GetCurrentWeatherId_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_G
etCurrentWeatherId")
GetOnlinePlayers_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetO
nlinePlayers")
GetPlayerArmor_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPla
yerArmor")
GetPlayerData_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPlay
erData")
GetPlayerHealth_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPl
ayerHealth")
GetPlayerId_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPlayer
Id")
GetPlayerIdByName_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Get
PlayerIdByName")
GetPlayerMoney_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPla
yerMoney")
GetPlayerName_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPlay
erName")
GetPlayerNameById_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Get
PlayerNameById")
GetPlayerPing_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPlay
erPing")
GetPlayerPingById_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Get
PlayerPingById")
GetPlayerPingByName_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_G
etPlayerPingByName")
GetPlayerPos_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPlaye
rPos")
GetPlayerScore_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPla
yerScore")
GetPlayerScoreById_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Ge
tPlayerScoreById")
GetPlayerScoreByName_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_
GetPlayerScoreByName")
GetPlayerSkin_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPlay
erSkin")
GetPlayerState_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetPla
yerState")
GetPlayerWanteds_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetP
layerWanteds")
GetRadioSlot_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetRadio
Slot")
GetScreenSizeX_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetScr
eenSizeX")
GetScreenSizeY_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetScr
eenSizeY")
GetServerIp_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetServer
Ip")
GetVehicleEngineState_func := DllCall("GetProcAddress", UInt, hModule, Str, "API
_GetVehicleEngineState")
GetVehicleFirstColor_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_
GetVehicleFirstColor")
GetVehicleHealth_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetV
ehicleHealth")
GetVehicleHornState_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_G
etVehicleHornState")
GetVehicleId_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetVehic
leId")
GetVehicleLightState_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_
GetVehicleLightState")
GetVehicleLockState_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_G
etVehicleLockState")
GetVehicleModel_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetVe
hicleModel")
GetVehicleName_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetVeh
icleName")
GetVehicleSeatState_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_G
etVehicleSeatState")
GetVehicleSecondColor_func := DllCall("GetProcAddress", UInt, hModule, Str, "API
_GetVehicleSecondColor")
GetVehicleSirenState_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_
GetVehicleSirenState")
GetVehicleSpeed_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetVe
hicleSpeed")
GetZoneName_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_GetZoneNa
me")
HideAllVisual_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_HideAll
Visual")
ImageCreate_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_ImageCrea
te")
ImageDestroy_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_ImageDes
troy")
ImageHide_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_ImageHide")
ImageSetPos_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_ImageSetP
os")
ImageShow_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_ImageShow")
IsChatOpen_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_IsChatOpen
")
IsDialogOpen_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_IsDialog
Open")
IsMenuOpen_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_IsMenuOpen
")
IsPlayerDriver_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_IsPlay
erDriver")
IsPlayerFrozen_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_IsPlay
erFrozen")
IsPlayerInAnyInterior_func := DllCall("GetProcAddress", UInt, hModule, Str, "API
_IsPlayerInAnyInterior")
IsPlayerInAnyVehicle_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_
IsPlayerInAnyVehicle")
IsPlayerInRangeOfPoint_func := DllCall("GetProcAddress", UInt, hModule, Str, "AP
I_IsPlayerInRangeOfPoint")
IsPlayerInRangeOfPoint2D_func := DllCall("GetProcAddress", UInt, hModule, Str, "
API_IsPlayerInRangeOfPoint2D")
IsUpdateAvailable_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_IsU
pdateAvailable")
LineCreate_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_LineCreate
")
LineDestroy_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_LineDestr
oy")
LineHide_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_LineHide")
LineSetColor_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_LineSetC
olor")
LineSetHeight_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_LineSet
Height")
LineSetPos_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_LineSetPos
")
LineSetWidth_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_LineSetW
idth")
LineShow_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_LineShow")
RegisterTextBind_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Regi
sterTextBind")
SendChat_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_SendChat")
ShowAllVisual_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_ShowAll
Visual")
ShowDialog_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_ShowDialog
")
ShowGameText_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_ShowGame
Text")
TextBindTimer_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_TextBin
dTimer")
TextCreate_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_TextCreate
")
TextDestroy_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_TextDestr
oy")
TextHide_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_TextHide")
TextSetColor_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_TextSetC
olor")
TextSetPos_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_TextSetPos
")
TextSetString_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_TextSet
String")
TextShow_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_TextShow")
UnblockChatInput_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Unbl
ockChatInput")
UnregisterAllTextBinds_func := DllCall("GetProcAddress", UInt, hModule, Str, "AP
I_UnregisterAllTextBinds")
UnregisterTextBind_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_Un
registerTextBind")
AddChatMessage(Color, Text)
{
global AddChatMessage_func
Result := DllCall(AddChatMessage_func, Int, Color, Str, Text)
return Result
}
BlockChatInput()
{
global BlockChatInput_func
Result := DllCall(BlockChatInput_func)
return Result
}
BoxCreate()
{
global BoxCreate_func
Result := DllCall(BoxCreate_func)
return Result
}
BoxDestroy(BoxIndex)
{
global BoxDestroy_func
Result := DllCall(BoxDestroy_func, Int, BoxIndex)
return Result
}
BoxHide(BoxIndex)
{
global BoxHide_func
Result := DllCall(BoxHide_func, Int, BoxIndex)
return Result
}
BoxSetBorder(BoxIndex, Width)
{
global BoxSetBorder_func
Result := DllCall(BoxSetBorder_func, Int, BoxIndex, Int, Width)
return Result
}
BoxSetBorderColor(BoxIndex, Color)
{
global BoxSetBorderColor_func
Result := DllCall(BoxSetBorderColor_func, Int, BoxIndex, UInt, Color)
return Result
}
BoxSetColor(BoxIndex, Color)
{
global BoxSetColor_func
Result := DllCall(BoxSetColor_func, Int, BoxIndex, UInt, Color)
return Result
}
BoxSetHeight(BoxIndex, Height)
{
global BoxSetHeight_func
Result := DllCall(BoxSetHeight_func, Int, BoxIndex, Int, Height)
return Result
}
BoxSetPos(BoxIndex, X, Y)
{
global BoxSetPos_func
Result := DllCall(BoxSetPos_func, Int, BoxIndex, Int, X, Int, Y)
return Result
}
BoxSetWidth(BoxIndex, Width)
{
global BoxSetWidth_func
Result := DllCall(BoxSetWidth_func, Int, BoxIndex, Int, Width)
return Result
}
BoxShow(BoxIndex)
{
global BoxShow_func
Result := DllCall(BoxShow_func, Int, BoxIndex)
return Result
}
DestroyAllVisual()
{
global DestroyAllVisual_func
Result := DllCall(DestroyAllVisual_func)
return Result
}
GetAmmoForCurrentWeapon()
{
global GetAmmoForCurrentWeapon_func
Result := DllCall(GetAmmoForCurrentWeapon_func)
return Result
}
GetChatLine(Line, ByRef Output)
{
global GetChatLine_func
VarSetCapacity(Output, 252)
Result := DllCall(GetChatLine_func, Int, Line, StrP, Output)
return Result
}
GetCityName(ByRef City)
{
global GetCityName_func
VarSetCapacity(City, 32, 0)
Result := DllCall(GetCityName_func, StrP, City)
return Result
}
GetClipForCurrentWeapon()
{
global GetClipForCurrentWeapon_func
Result := DllCall(GetClipForCurrentWeapon_func)
return Result
}
GetCurrentWeaponId()
{
global GetCurrentWeaponId_func
Result := DllCall(GetCurrentWeaponId_func)
return Result
}
GetCurrentWeatherId()
{
global GetCurrentWeatherId_func
Result := DllCall(GetCurrentWeatherId_func)
return Result
}
GetOnlinePlayers()
{
global GetOnlinePlayers_func
Result := DllCall(GetOnlinePlayers_func)
return Result
}
GetPlayerArmor()
{
global GetPlayerArmor_func
Result := DllCall(GetPlayerArmor_func)
return Result
}
GetPlayerData()
{
global GetPlayerData_func
Result := DllCall(GetPlayerData_func)
return Result
}
GetPlayerHealth()
{
global GetPlayerHealth_func
Result := DllCall(GetPlayerHealth_func)
return Result
}
GetPlayerId()
{
global GetPlayerId_func
Result := DllCall(GetPlayerId_func)
return Result
}
GetPlayerIdByName(Name)
{
global GetPlayerIdByName_func
Result := DllCall(GetPlayerIdByName_func, Str, Name)
return Result
}
GetPlayerMoney()
{
global GetPlayerMoney_func
Result := DllCall(GetPlayerMoney_func)
return Result
}
GetPlayerName(ByRef Name)
{
global GetPlayerName_func
VarSetCapacity(Name, 24)
Result := DllCall(GetPlayerName_func, StrP, Name)
return Result
}
GetPlayerNameById(Id, ByRef Name)
{
global GetPlayerNameById_func
VarSetCapacity(Name, 24)
Result := DllCall(GetPlayerNameById_func, Int, Id, StrP, Name)
return Result
}
GetPlayerPing()
{
global GetPlayerPing_func
Result := DllCall(GetPlayerPing_func)
return Result
}
GetPlayerPingById(Id)
{
global GetPlayerPingById_func
Result := DllCall(GetPlayerPingById_func, Int, Id)
return Result
}
GetPlayerPingByName(Name)
{
global GetPlayerPingByName_func
Result := DllCall(GetPlayerPingByName_func, Str, Name)
return Result
}
GetPlayerPos(ByRef X, ByRef Y, ByRef Z, ByRef R)
{
global GetPlayerPos_func
Result := DllCall(GetPlayerPos_func, FloatP, X, FloatP, Y, FloatP, Z, Fl
oatP, R)
return Result
}
GetPlayerScore()
{
global GetPlayerScore_func
Result := DllCall(GetPlayerScore_func)
return Result
}
GetPlayerScoreById(Id)
{
global GetPlayerScoreById_func
Result := DllCall(GetPlayerScoreById_func, Int, Id)
return Result
}
GetPlayerScoreByName(Name)
{
global GetPlayerScoreByName_func
Result := DllCall(GetPlayerScoreByName_func, Str, Name)
return Result
}
GetPlayerSkin()
{
global GetPlayerSkin_func
Result := DllCall(GetPlayerSkin_func)
return Result
}
GetPlayerState()
{
global GetPlayerState_func
Result := DllCall(GetPlayerState_func)
return Result
}
GetPlayerWanteds()
{
global GetPlayerWanteds_func
Result := DllCall(GetPlayerWanteds_func)
return Result
}
GetRadioSlot()
{
global GetRadioSlot_func
Result := DllCall(GetRadioSlot_func)
return Result
}
GetScreenSizeX()
{
global GetScreenSizeX_func
Result := DllCall(GetScreenSizeX_func)
return Result
}
GetScreenSizeY()
{
global GetScreenSizeY_func
Result := DllCall(GetScreenSizeY_func)
return Result
}
GetServerIp(ByRef Address)
{
global GetServerIp_func
VarSetCapacity(Address, 21, 0)
Result := DllCall(GetServerIp_func, StrP, Address)
return Result
}
GetVehicleEngineState()
{
global GetVehicleEngineState_func
Result := DllCall(GetVehicleEngineState_func)
return Result
}
GetVehicleFirstColor()
{
global GetVehicleFirstColor_func
Result := DllCall(GetVehicleFirstColor_func)
return Result
}
GetVehicleHealth()
{
global GetVehicleHealth_func
Result := DllCall(GetVehicleHealth_func)
return Result
}
GetVehicleHornState()
{
global GetVehicleHornState_func
Result := DllCall(GetVehicleHornState_func)
return Result
}
GetVehicleId()
{
global GetVehicleId_func
Result := DllCall(GetVehicleId_func)
return Result
}
GetVehicleLightState()
{
global GetVehicleLightState_func
Result := DllCall(GetVehicleLightState_func)
return Result
}
GetVehicleLockState()
{
global GetVehicleLockState_func
Result := DllCall(GetVehicleLockState_func)
return Result
}
GetVehicleModel()
{
global GetVehicleModel_func
Result := DllCall(GetVehicleModel_func)
return Result
}
GetVehicleName(ByRef VehicleName)
{
global GetVehicleName_func
VarSetCapacity(VehicleName, 24, 0)
Result := DllCall(GetVehicleName_func, StrP, VehicleName)
return Result
}
GetVehicleSeatState(Seat)
{
global GetVehicleSeatState_func
Result := DllCall(GetVehicleSeatState_func, Int, Seat)
return Result
}
GetVehicleSecondColor()
{
global GetVehicleSecondColor_func
Result := DllCall(GetVehicleSecondColor_func)
return Result
}
GetVehicleSirenState()
{
global GetVehicleSirenState_func
Result := DllCall(GetVehicleSirenState_func)
return Result
}
GetVehicleSpeed()
{
global GetVehicleSpeed_func
fMult := 1.72
Result := DllCall(GetVehicleSpeed_func, Float, fMult)
return Result
}
GetZoneName(ByRef Zone)
{
global GetZoneName_func
VarSetCapacity(Zone, 32, 0)
Result := DllCall(GetZoneName_func, StrP, Zone)
return Result
}
HideAllVisual()
{
global ShowAllVisual_func
Result := DllCall(ShowAllVisual_func)
return Result
}
ImageCreate(ImagePath)
{
global ImageCreate_func
path = %A_ScriptDir%
Result := DllCall(ImageCreate_func, Str, path . ImagePath)
return Result
}
ImageDestroy(ImageIndex)
{
global ImageDestroy_func
Result := DllCall(ImageDestroy_func, Int, ImageIndex)
return Result
}
ImageHide(ImageIndex)
{
global ImageHide_func
Result := DllCall(ImageHide_func, Int, ImageIndex)
return Result
}
ImageSetPos(ImageIndex, PosX, PosY)
{
global ImageSetPos_func
Result := DllCall(ImageSetPos_func, Int, ImageIndex, Int, PosX, Int, Pos
Y)
return Result
}
ImageShow(ImageIndex)
{
global ImageShow_func
Result := DllCall(ImageShow_func, Int, ImageIndex)
return Result
}
IsChatOpen()
{
global IsChatOpen_func
Result := DllCall(IsChatOpen_func)
return Result
}
IsDialogOpen()
{
global IsDialogOpen_func
Result := DllCall(IsDialogOpen_func)
return Result
}
IsMenuOpen()
{
global IsMenuOpen_func
Result := DllCall(IsMenuOpen_func)
return Result
}
IsPlayerDriver()
{
global IsPlayerDriver_func
Result := DllCall(IsPlayerDriver_func)
return Result
}
IsPlayerFrozen()
{
global IsPlayerFrozen_func
Result := DllCall(IsPlayerFrozen_func)
return Result
}
IsPlayerInAnyInterior()
{
global IsPlayerInAnyInterior_func
Result := DllCall(IsPlayerInAnyInterior_func)
return Result
}
IsPlayerInAnyVehicle()
{
global IsPlayerInAnyVehicle_func
Result := DllCall(IsPlayerInAnyVehicle_func)
return Result
}
IsPlayerInRangeOfPoint(X, Y, Z, Radius)
{
global IsPlayerInRangeOfPoint_func
Result := DllCall(IsPlayerInRangeOfPoint_func, Float, X, Float, Y, Float
, Z, Float, Radius)
return Result
}
IsPlayerInRangeOfPoint2D(X, Y, Radius)
{
global IsPlayerInRangeOfPoint2D_func
Result := DllCall(IsPlayerInRangeOfPoint2D_func, Float, X, Float, Y, Flo
at, Radius)
return Result
}
IsUpdateAvailable()
{
global IsUpdateAvailable_func
Result := DllCall(IsUpdateAvailable_func)
return Result
}
LineCreate()
{
global LineCreate_func
Result := DllCall(LineCreate_func)
return Result
}
LineDestroy(LineIndex)
{
global LineDestroy_func
Result := DllCall(LineDestroy_func, Int, LineIndex)
return Result
}
LineHide(LineIndex)
{
global LineHide_func
Result := DllCall(LineHide_func, Int, LineIndex)
return Result
}
LineSetColor(LineIndex, Color)
{
global LineSetColor_func
Result := DllCall(LineSetColor_func, Int, LineIndex, Int64, Color)
return Result
}
LineSetHeight(LineIndex, Height)
{
global LineSetHeight_func
Result := DllCall(LineSetHeight_func, Int, LineIndex, Int, Height)
return Result
}
LineSetPos(LineIndex, PosX, PosY)
{
global LineSetPos_func
Result := DllCall(LineSetPos_func, Int, LineIndex, Int, PosX, Int, PosY)
return Result
}
LineSetWidth(LineIndex, Width)
{
global LineSetWidth_func
Result := DllCall(LineSetWidth_func, Int, LineIndex, Int, Width)
return Result
}
LineShow(LineIndex)
{
global LineShow_func
Result := DllCall(LineShow_func, Int, LineIndex)
return Result
}
RegisterTextBind(Bind, X, Y, Z, Radius, Loop = 1, Timeout = 7000, GroupId = 0, D
elay = 0)
{
global RegisterTextBind_func
Result := DllCall(RegisterTextBind_func, Str, Bind, Float, X, Float, Y,
Float, Z, Float, Radius, Int, Loop, Int, Timeout, Int, GroupId, Int, Delay)
return Result
}
SendChat(Text)
{
global SendChat_func
Result := DllCall(SendChat_func, Str, Text)
return Result
}
ShowAllVisual()
{
global ShowAllVisual_func
Result := DllCall(ShowAllVisual_func)
return Result
}
ShowDialog(Style, Title, Text, Button)
{
global ShowDialog_func
Result := DllCall(ShowDialog_func, Int, Style, Str, Title, Str, Text, St
r, Button)
return Result
}
ShowGameText(Text, Time, Style)
{
global ShowGameText_func
Result := DllCall(ShowGameText_func, Str, Text, Int, Time, Int, Style)
return Result
}
TextBindTimer(TextBindTime)
{
global TextBindTimer_func
Result := DllCall(TextBindTimer_func, Int, TextBindTime)
return Result
}
TextCreate(Font, FontSize, Bold, Italic)
{
global TextCreate_func
Result := DllCall(TextCreate_func, Str, Font, Int, FontSize, Int, Bold,
Int, Italic)
return Result
}
TextDestroy(TextIndex)
{
global TextDestroy_func
Result := DllCall(TextDestroy_func, Int, TextIndex)
return Result
}
TextHide(TextIndex)
{
global TextHide_func
Result := DllCall(TextHide_func, Int, TextIndex)
return Result
}
TextSetColor(TextIndex, Color)
{
global TextSetColor_func
Result := DllCall(TextSetColor_func, Int, TextIndex, Int64, Color)
return Result
}
TextSetPos(TextIndex, PosX, PosY)
{
global TextSetPos_func
Result := DllCall(TextSetPos_func, Int, TextIndex, Int, PosX, Int, PosY)
return Result
}
TextSetString(TextIndex, Text)
{
global TextSetString_func
Result := DllCall(TextSetString_func, Int, TextIndex, Str, Text)
return Result
}
TextShow(TextIndex)
{
global TextShow_func
Result := DllCall(TextShow_func, Int, TextIndex)
return Result
}
UnblockChatInput()
{
global UnblockChatInput_func
Result := DllCall(UnblockChatInput_func)
return Result
}
UnregisterAllTextBinds()
{
global UnregisterAllTextBinds_func
Result := DllCall(UnregisterAllTextBinds_func)
return Result
}
UnregisterTextBind(TextBindId)
{
global UnregisterTextBind_func
Result := DllCall(UnregisterTextBind_func, Int, TextBindId)
return Result
}

You might also like