We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2edd2 commit 2c71718Copy full SHA for 2c71718
1 file changed
SA-MP API/init.lua
@@ -39,7 +39,7 @@ local offset = {
39
fnSetSpecialAction = {['0_3_7-R1'] = 0x0030C0, ['0_3_7-R3'] = 0x0030C0, ['0_3_DL-R1'] = 0x003110};
40
41
-- thanks Parazitas from ugbase.eu
42
- fnTakeScreenshot = {['0_3_7-R1'] = 0x070FC0, ['0_3_7-R3'] = 0x12DD3C, ['0_3_DL-R1'] = 0x075040};
+ fnTakeScreenshot = {['0_3_7-R1'] = 0x070FC0, ['0_3_7-R3'] = 0x074EB0, ['0_3_DL-R1'] = 0x075040};
43
};
44
45
local define = require( 'SA-MP API.samp.definitions' )
0 commit comments