CLEO Help Help

CLEO related
Status
Not open for further replies.

noob213

Active member
Joined
Sep 15, 2017
Messages
88
Reaction score
6
pObVuUn.png


sanny builder code to put objects to the player like the one seen in the image

here the cleo to put the object http://www.mediafire.com/file/2edemud71alqdc2/loro.cs
the problem is that the cleo is encrypted


I want the uncrypted code or how I put an object of this to the player http://dev.prineside.com/en/gtasa_samp_model_id/category/clothes just cleo no skin edited

pls
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
226
Location
( ͡° ͜ʖ ͡°)
$4 = Object.Create(19078, 0.0, 0.0, 0.0)
070A: AS_actor $PLAYER_ACTOR attach_to_object $4 offset 0.31 -0.06 0.19 on_bone 1 16 perform_animation "NULL" IFP_file "NULL" time -1
Object.CollisionDetection($4) = False
 

noob213

Active member
Joined
Sep 15, 2017
Messages
88
Reaction score
6
Opcode.eXe said:
$4 = Object.Create(19078, 0.0, 0.0, 0.0)
070A: AS_actor $PLAYER_ACTOR attach_to_object $4 offset 0.31 -0.06 0.19 on_bone 1 16 perform_animation "NULL" IFP_file "NULL" time -1
Object.CollisionDetection($4) = False
you can pass a compiled script
 
Status
Not open for further replies.
Top