CLEO Help my position

CLEO related

davidel

Well-known member
Joined
Jan 17, 2020
Messages
207
Reaction score
7
Location
Germania
how can i stop sending my position to the server?
Code:
if 20@ == true
then
wait 1000
chatmsg "disabling onfoot" -1
SAMP.ReadSAMPMemory(1@, 0x4D10, 1)      
SAMP.WriteSAMPMemory(0x4D10, 0xC3, 1)
wait 60000
09BC: put_actor $PLAYER_ACTOR at -1499.0022 2611.4055 55.6860 no_offset_and_dont_warp_gang
wait 2000
chatmsg "enabling onfoot" -1
SAMP.WriteSAMPMemory(0x4D10, 1@, 1)
20@ = false
end
this one does it but when i disable onfootdata i can not reach the checkpoints. the checkpoints are reched only when onfootdata is enabled
is there any other way not sending my character position to the server and still able to reach the checkpoints?
 
Joined
Jul 14, 2015
Messages
1,396
Solutions
4
Reaction score
894
Location
Israel
Yes. With onfootdata disabled it will not take the checkpoints. I just want to know if is a way to make it work
No this is not the way that you must send information to checkpoint updated, must send onfoot. If you want you will use Coordmaster to launch automatically to the target
 
Top