CLEO Help Pickup problem cleo

CLEO related
Status
Not open for further replies.

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
Hello  :trollface:

I am looking for a getpickuppos snippet. I am trying to make a pickup cleo teleporter, so far I couldn't. S0beit has this functions, but it gets very easy detected. So I need it in cleo. Anyone have the snippet ? Or something I could work with ?

[member=111]springfield[/member] [member=60]Opcode.eXe[/member]
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
springfield link said:
Use 0B51: samp 2@ = pickup_handle_by_id 1@
Ms. Totusi cum pot sa obtin XYZ pos ? Am codul aproape gata, dar nu mai stiu XYZ pos-ul  :urtheman:

[member=111]springfield[/member]
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
[member=111]springfield[/member] I need ur help man. I got the code, but it won't show anything at all, I tried to add synced teleporter but it didn't work. What can I do to make a pickup syncer teleporter ?
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
springfield link said:
Get the pickup structure/handle, get its world xyz position, then teleport your player to that position.
[member=111]springfield[/member] I need it to be synced. I mean to not literally teleport( by that I mean I stay still but still teleport) smth like 0B36's syncer cleo teleporter (normal checkpoints ) I need something like that.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Ah well, first sync your position then send a fake pickedUpPick RPC with the pickup id.
Or just send the rpc, maybe the server anticheat ain't so smart  :dont_care:
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
springfield link said:
Ah well, first sync your position then send a fake pickedUpPick RPC with the pickup id.
Or just send the rpc, maybe the server anticheat ain't so smart  :dont_care:
pickedUpPick RPC ? Ok, I'll try.
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
springfield link said:
Code:
0BD1: samp send_picked_up_pickup <pickup ID>
Code:
{$CLEO}

thread "fak"

repeat
wait 0
SAMP.Available()

while true
wait 0
    if
        0AB0: 45
    then
        0B51: 2@ = 1@
        if
            09D1: 2@
        then
            0BD1: 1276
        end
    end
end        

   
This is what I done. Anything wrong ? Tested on a server with pickup 1276 ( tikki ). SO far idn't do anything. Any clue what might be wrong ? [member=111]springfield[/member].
 
Status
Not open for further replies.
Top