Skip to content

Commit 05801a1

Browse files
committed
Merge branch 'main' of https://github.com/Tim4ukys/SA-MP-API into main
2 parents 62cbb0f + 7f1a61f commit 05801a1

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
@@ -28,7 +28,7 @@ local offset = {
2828
fnRequestSpawn = {['0_3_7-R1'] = 0x003EC0, ['0_3_7-R3'] = 0x003A20, ['0_3_DL-R1'] = 0x003F40};
2929
fnSpawn = {['0_3_7-R1'] = 0x003AD0, ['0_3_7-R3'] = 0x003AD0, ['0_3_DL-R1'] = 0x003B20};
3030
fnAddChatMsg = {['0_3_7-R1'] = 0x064010, ['0_3_7-R3'] = 0x067460, ['0_3_DL-R1'] = 0x067650};
31-
fnSetInputMode = {['0_3_7-R1'] = 0x09BD30, ['0_3_7-R3'] = 0x0678A0, ['0_3_DL-R1'] = 0x0A0530};
31+
fnSetInputMode = {['0_3_7-R1'] = 0x09BD30, ['0_3_7-R3'] = 0x09FFE0, ['0_3_DL-R1'] = 0x0A0530};
3232
fnUnlockActorCam = {['0_3_7-R1'] = 0x09BC10, ['0_3_7-R3'] = 0x09FEC0, ['0_3_DL-R1'] = 0x0A0410};
3333
fnUpdateScoreboard = {['0_3_7-R1'] = 0x008A10, ['0_3_7-R3'] = 0x008BA0, ['0_3_DL-R1'] = 0x008C00};
3434
fnSay = {['0_3_7-R1'] = 0x0057F0, ['0_3_7-R3'] = 0x005820, ['0_3_DL-R1'] = 0x005860};

0 commit comments

Comments
 (0)