{$CLEO}
0000:
repeat
wait 0
until SAMP.Available()
0B34: samp register_client_command "tp" to_label @123
while true
wait 0
if and
0AB6: store_target_marker_coords_to 0@ 1@ 2@ // IF and SET
30@ == 1
then
Actor.PutAt($PLAYER_ACTOR, 0@, 1@, 2@)
30@ = 0
end
end
:123
30@ = 1
SAMP.CmdRet()