Bloodriver the Conqueror
Active member
hi, there's a cleo call code that i can use when the chat is open for samp, made by parazitas. i want to use it when the chat is off. how do i use it? code;
:isChatOpen
//0AB1: @isChatOpen 0
0AA2: 1@ = "samp.dll"
1@ += 0x2ACA14
0A8D: 1@ = readMem 1@ sz 4 vp 0
1@ += 0x14E0
0A8D: 1@ = readMem 1@ sz 4 vp 0
if 1@ <> 0
then
0485: chat_open
else
059A: chat_closed
end
0AB2: ret 0
:isChatOpen
//0AB1: @isChatOpen 0
0AA2: 1@ = "samp.dll"
1@ += 0x2ACA14
0A8D: 1@ = readMem 1@ sz 4 vp 0
1@ += 0x14E0
0A8D: 1@ = readMem 1@ sz 4 vp 0
if 1@ <> 0
then
0485: chat_open
else
059A: chat_closed
end
0AB2: ret 0