Hello, how can I create an object? Object.Create? What more?
A Abraham20 Active member Joined Mar 23, 2016 Messages 65 Reaction score 1 Jan 13, 2017 #1 Hello, how can I create an object? Object.Create? What more?
Opcode.eXe Expert Joined Feb 18, 2013 Messages 1,493 Reaction score 236 Location ( ͡° ͜ʖ ͡°) Jan 13, 2017 #2 0107: $2706 = create_object #AD_FLATDOOR at 1833.36 -1995.45 12.5
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 273 Jan 13, 2017 #3 If it's not a common model also use Code: 0247: load_model #AD_FLATDOOR 038B: load_requested_models
A Abraham20 Active member Joined Mar 23, 2016 Messages 65 Reaction score 1 Jan 15, 2017 #4 And if I want to create a Auto Gate R? (Where are the object ids?)
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 273 Jan 15, 2017 #5 Search here : http://dev.prineside.com/en/gtasa_samp_model_id/search/?q=gate
A Abraham20 Active member Joined Mar 23, 2016 Messages 65 Reaction score 1 Jan 15, 2017 #6 I want this object: http://dev.prineside.com/en/gtasa_samp_model_id/model/971-subwaygate/ How can I create this by a cleo?
I want this object: http://dev.prineside.com/en/gtasa_samp_model_id/model/971-subwaygate/ How can I create this by a cleo?
A Abraham20 Active member Joined Mar 23, 2016 Messages 65 Reaction score 1 Jan 15, 2017 #7 Ok; I understood: 0107: $2706 = create_object 971 at 1833.36 -1995.45 12.5 But I want not to create the object in a specific place but I want to point with a weapon the object and place it with the leftside of the mouse. How can I do this?
Ok; I understood: 0107: $2706 = create_object 971 at 1833.36 -1995.45 12.5 But I want not to create the object in a specific place but I want to point with a weapon the object and place it with the leftside of the mouse. How can I do this?
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 273 Jan 15, 2017 #8 Use Code: 069B: attach_object 88@ to_actor 38@ with_offset 0.0 0.5 -1.0 rotation 0.0 0.0 0.0
A Abraham20 Active member Joined Mar 23, 2016 Messages 65 Reaction score 1 Jan 16, 2017 #9 When I click in compile + copy ... why is the data .scm and not .cs?
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 273 Jan 20, 2017 #10 Cause you need to instruct SB to compile it as a cleo script, make sure the first line is {$CLEO}