Huhuu,
Ich habe einen Keybinder geschrieben.
Der Head davon sieht so aus:
Code
#NoEnv
#IfWinActive, GTA:SA:MP
#UseHook
#SingleInstance, Force
PLAYER_STATE_LEAVING_VEHICLE := 0
PLAYER_STATE_NORMAL := 1
PLAYER_STATE_DRIVING := 50
PLAYER_STATE_DYING := 54
PLAYER_STATE_DEAD := 55
hModule := DllCall("LoadLibrary", Str, A_ScriptDir . "\API.dll")
if(hModule == -1 || hModule == 0)
{
MsgBox, 48, API - Fehler, Die API.dll konnte nicht gefunden werden.`nDer Keybinder wird nun beendet.
ExitApp
}
Alles anzeigen
Die API.dll ist in genau dem gleichen Namen im Keybinderverzeichnis (Ordner) vorhanden.
Trotzdem, zeigt er mir die Meldung.
Warum?!