CLEO Help Question

CLEO related
Status
Not open for further replies.

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
Hi.
Who can tell me how detect and remove this cigar from hand with cleo?
http://imgur.com/a/6wJob
 

ini

Well-known member
Joined
Sep 28, 2015
Messages
321
Reaction score
115
Parazitas said:
Hi.
Who can tell me how detect and remove this cigar from hand with cleo?
http://imgur.com/a/6wJob

if im not wrong is an special acction
http://wiki.sa-mp.com/wiki/SpecialActions

to remove it , probably is by setting SPECIAL_ACTION_NONE
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
Code:
0B62: samp 2@ = player 1@ special_action
if
    2@ ==  21 //id of special action cigar
then
    0AFD: samp set_special_action 1@ // 1@ = id of whatever special action you want to set
end
There's a sa-mp client bug related to special actions, so there's a chance that the ciggy may still stay stuck there just so you know.
 
Status
Not open for further replies.
Top