Skip to content

Commit 2c71718

Browse files
committed
fix offset TakeScreenshot
1 parent 8d2edd2 commit 2c71718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SA-MP API/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ local offset = {
3939
fnSetSpecialAction = {['0_3_7-R1'] = 0x0030C0, ['0_3_7-R3'] = 0x0030C0, ['0_3_DL-R1'] = 0x003110};
4040

4141
-- thanks Parazitas from ugbase.eu
42-
fnTakeScreenshot = {['0_3_7-R1'] = 0x070FC0, ['0_3_7-R3'] = 0x12DD3C, ['0_3_DL-R1'] = 0x075040};
42+
fnTakeScreenshot = {['0_3_7-R1'] = 0x070FC0, ['0_3_7-R3'] = 0x074EB0, ['0_3_DL-R1'] = 0x075040};
4343
};
4444

4545
local define = require( 'SA-MP API.samp.definitions' )

0 commit comments

Comments
 (0)