I can find it, i think.I trying to do the same.
I cant get 0AF9: samp say_msg to work.
Things became hards without sampfuncs
I trying to do the same.
I cant get 0AF9: samp say_msg to work.
Things became hards without sampfuncs
[QUOTE = "Parazitas, bài đăng: 119615, thành viên: 39678"] Tôi có thể tìm thấy nó, tôi nghĩ vậy. [/ QUOTE]
Pls Share )
http://ugbase.eu/index.php?threads/snippet-write-in-chat-without-sfuncs-0af8-0af9.3814/#post-115340That is encrypted lol, just post here your code no need to compile
simple auto commandMaybe share your code?
{$CLEO .cs}
0000: NOP
const
SAMP_CHAT_INFO_OFFSET_03DL = 0x2ACA10
FUNC_ADDTOCHATWND_03DL = 0x67650
FUNC_SAY_03DL = 0x5860
FUNC_SEND_CMD_03DL = 0x69340
end
0AC8: 2@ = allocate_memory_size 260
0AD3: 2@ = format "/sit 5"
:N1
wait 0
if and
0AB0: key_pressed 67
0AB0: key_pressed 51
jf @N1
0AB1: @SEND_CMD 1 2@
wait 1000
jump @N1
:SEND_CMD
//0AB1: @SEND_CMD 1 $text
IF 0AA2: 1@ = "samp.dll"
THEN
1@ += FUNC_SEND_CMD_03DL
0AA5: call 1@ num_param 1 pop 0 0@
END
0AB2: 0