CLEO Help 0AF9 [without SF] Help.

CLEO related
Status
Not open for further replies.

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
So , the problem is that 0AF9 that i used with this snippset.
Code:
0AA2: 0@ = load_library "kernel32.dll" 
0AA4: 1@ = get_proc_address "GetModuleHandleA" library 0@ 
0AA7: call_function 1@ num_params 1 pop 0 "samp.dll" 0@ // 0@ = sampBase

while true
wait 0
if 0AB0: 49
then
0085: 1@ = 0@ // 0@ = sampBase                  
1@ +=  0x4CA0 // FUNC_SAY                              
0AA5: call 1@ num_params 1 pop 0 "wwot??"
end
end

There's always a space before every msg. like this :
" /me sings a song lalalchaka"  , it should be like this "/me sings a song lalalchaka" to send cmds correctly , but no there's a space so that i can't do it.  :bawww:

-Are there any solutions for this ?
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
The problem is that there's no space in sanny builder , only in-game you'll see a space before every msg that corrupt cmd. So cmd of the server not works
 

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
Ig i remeber right, dont use this /me, try to test it with only  "me". Remove /. Because now its like u need write in game "/ /me"
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
not490 link said:
Ig i remeber right, dont use this /me, try to test it with only  "me". Remove /. Because now its like u need write in game "/ /me"
not work. just "me" no "/"
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
springfield link said:
Because it's sends a message to chat, not a command.
For commands you use;
Code:
0x7BDD0  // FUNC_SENDCMD 
Thanks springfield , got it now , u're da best . xD
 
Status
Not open for further replies.
Top