Jump to content

PLEASE SOME HELP ?


Recommended Posts

{$CLEO .CS}

03A4: name_thread 'MODEL_LOAD'

 

// Load models

0247: load_model #BFYST

038B: load_requested_models

 

:MODEL_LOAD

00D6: if

8248: not model #BFYST available

004D: jump_if_false @MODEL_SPAWN

0001: wait 0 ms

0002: jump @MODEL_LOAD

 

:MODEL_SPAWN

009A: 10@ = Actor.Create(CIVFEMALE, 13, 2493.93 -1672.447 13.3359)

actor.WeaponAccuracy(10@)= 90

05E2: AS_actor 10@ kill_actor $PLAYER_ACTOR

actor.Health(10@) = 2000

0249: release_model #BFYST

0002: jump @MODEL_LOAD

 

 

THIS code i make it when i see some tutorial here put i dont know what is the proplem

when i want to (compile).........error

and this is the massege

 

(Not enough actual parameters. Expected 6 params.)

 

im beginner so i have stupid quastion confused.giftounge2.gif

 

1-so iwant to know what is the proplem .

2-anybudymake to me a example for this.

Link to comment
https://gtaforums.com/topic/465890-please-some-help/
Share on other sites

you forgot the commas

 

009A: 10@ = Actor.Create(Gang6, #BFYST, 2493.93, -1672.447, 13.3359) 

 

 

and you can try, this script:

 

 

{$CLEO}thread 'MODEL_LOAD' :MODEL_LOAD_19wait 0 if and00EC:   actor $PLAYER_ACTOR 0 near_point 2493.93 -1672.447 radius 20.0 20.0       // you can change the radius0AB0:   key_pressed 0x8      // Backspacejf @MODEL_LOAD_19 Model.Load(#BFYST):MODEL_LOAD_69if   not Model.Available(#BFYST)jf @MODEL_LOAD_95 wait 0 jump @MODEL_LOAD_69 :MODEL_LOAD_9510@ = Actor.Create(Gang6, #BFYST, 2493.93, -1672.447, 13.3359)Actor.Health(10@) = 2000Actor.WeaponAccuracy(10@) = 9005E2: AS_actor 10@ kill_actor $PLAYER_ACTOR Model.Destroy(#BFYST):MODEL_LOAD_146wait 0 if   Actor.Dead(10@)jf @MODEL_LOAD_146 Actor.RemoveReferences(10@)jump @MODEL_LOAD_19 

 

 

press Backspace when you're near that place..

Link to comment
https://gtaforums.com/topic/465890-please-some-help/#findComment-1060262713
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.