CLEO Help Armour Hack (English-Turkish)

CLEO related
Status
Not open for further replies.

fahrein

Active member
Joined
Apr 18, 2014
Messages
103
Reaction score
0
English

Hi, I use "/zirh 90" command when my armour will be 90. How to make this cleo?

Note: Not dynamic value, only 90 value

Turkish

Selam,  Ben "/zirh 90" komutunu kullandığım da benim zirhim 90 olacak. Bu cleoyu nasıl yaparım?

Not: Değişken değer değil sadece 90 yani zirh 90 yazdığım için 90 zirhi vermeyecek sadece komutun öyle olmasını istiyorum.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Code:
0B34: "zirh" @ARMOR

while true
wait 0 
end


:ARMOR
0B35: samp 1@ = get_last_command_params
if 0AD4: 2@ = 1@ format "%d" 3@
then
    if 3@ == 90
    then
        035F: actor $player_actor armour += 90
    end
end
0B43: cmd_ret
 
Status
Not open for further replies.
Top