We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3034fd3 commit 62cbb0fCopy full SHA for 62cbb0f
1 file changed
SA-MP API/init.lua
@@ -40,6 +40,7 @@ local offset = {
40
41
-- thanks Parazitas from ugbase.eu
42
fnTakeScreenshot = {['0_3_7-R1'] = 0x070FC0, ['0_3_7-R3'] = 0x074EB0, ['0_3_DL-R1'] = 0x075040};
43
+ -- fnDialogHook = {['0_3_7-R1'] = 0x06C040, ['0_3_7-R3'] = 0x06FF40, ['0_3_DL-R1'] = 0x0700D0};
44
};
45
46
local define = require( 'SA-MP API.samp.definitions' )
0 commit comments