hi all, anyone know how add in my game the whisper in AH between factions?
Thanks
Thanks
004706F1
mov dl,[eax+0000012D] cmp dl,[ebx+0000012D] jne 004707FE
00471111: mov dl,[eax+0000012D] cmp dl,[ebx+0000012D] jne 0047121E
write this in game.exe or ps_game.exe because for transaction i write in ps_gameQuote:
This is the CEA script
And if you would like to edit,
Open with ollydbg your game.exe and CTRL + G (goto) and search this address
Make thisCode:004706F1
And too :Code:mov dl,[eax+0000012D] cmp dl,[ebx+0000012D] jne 004707FE
Code:00471111: mov dl,[eax+0000012D] cmp dl,[ebx+0000012D] jne 0047121E
i use this [Only registered and activated users can see links. Click Here To Register...]Quote:
You use ps_game packed ? or ep 5 ?
Because for me it's work 100% ^^