Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Happy Holidays from the GTANet team!

Can someone turn this script to a .CS for me please?


throwawayacct123
 Share

Recommended Posts

throwawayacct123

I found this script on a old topic and for some reason sanny builder won't let me compile it. Any help is appreciated it!

Quote

{$CLEO .cs}
thread 'RECRUIT':RECRUIT_11
wait 0
if
Player.Defined($PLAYER_CHAR)
jf @RECRUIT_11
if and not
Actor.Driving($PLAYER_ACTOR)$ONMISSION ==
00AB0:   key_pressed 71jf
@RECRUIT_11
Actor.StorePos($PLAYER_ACTOR, [email protected], [email protected], [email protected])
08E5: get_actor_in_sphere [email protected] [email protected] [email protected] radius 5.0 handle_as [email protected]
wait 50
if not
[email protected] == -1jf
@RECRUIT_11
Model.Load(#MICRO_UZI)
:RECRUIT_118
wait 0
if
Model.Available(#MICRO_UZI)
jf @RECRUIT_11801B2: give_actor [email protected] weapon 28 ammo 9999 // Load the weapon model before using this
wait
100007AF: [email protected] = player $PLAYER_CHAR group
0630: put_actor $PLAYER_ACTOR in_group [email protected]
as_leader0631: put_actor [email protected] in_group
[email protected]: set_actor [email protected] acquaintance 3 to_actors_pedtype
6077A: set_actor [email protected] acquaintance 3 to_actors_pedtype
7077A: set_actor [email protected] acquaintance 3 to_actors_pedtype
9077A: set_actor [email protected] acquaintance 3 to_actors_pedtype
10077A: set_actor [email protected] acquaintance 3 to_actors_pedtype
11077A: set_actor [email protected] acquaintance 3 to_actors_pedtype
12077A: set_actor [email protected] acquaintance 3 to_actors_pedtype
13077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 14
:RECRUIT_177
wait 0
if
Player.Defined($PLAYER_CHAR)jf @RECRUIT_214
if or
0118:   actor [email protected]
dead00E1:   player 0 pressed_key 9jf
@RECRUIT_1770632: release_group [email protected]
Actor.RemoveReferences([email protected])
jump

@RECRUIT_11:RECRUIT_2140632: release_group [email protected]
Actor.RemoveReferences([email protected])
jump @RECRUIT_11

 

Link to comment
Share on other sites

Hold on my friend

Fixed my friend ;)

{$CLEO .cs}

thread 'RECRUIT'
:RECRUIT_11
wait 0
if
Player.Defined($PLAYER_CHAR)
jf @RECRUIT_11
if and not
Actor.Driving($PLAYER_ACTOR)
$ONMISSION == 0
0AB0:   key_pressed 71
jf @RECRUIT_11
Actor.StorePos($PLAYER_ACTOR, [email protected], [email protected], [email protected])
08E5: get_actor_in_sphere [email protected] [email protected] [email protected] radius 5.0 handle_as [email protected]
wait 50
if 
not [email protected] == -1
jf @RECRUIT_11
Model.Load(#MICRO_UZI)
:RECRUIT_118
wait 0
if
Model.Available(#MICRO_UZI)
jf @RECRUIT_118
01B2: give_actor [email protected] weapon 28 ammo 9999 // Load the weapon model before using this
wait 1000
07AF: [email protected] = player $PLAYER_CHAR group
0630: put_actor $PLAYER_ACTOR in_group [email protected] as_leader
0631: put_actor [email protected] in_group [email protected]
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 6
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 7
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 9
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 10
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 11
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 12
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 13
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 14
:RECRUIT_177
wait 0
if
Player.Defined($PLAYER_CHAR)
jf @RECRUIT_214
if or
0118:   actor [email protected] dead
00E1:   player 0 pressed_key 9
jf @RECRUIT_177
0632: release_group [email protected]
Actor.RemoveReferences([email protected])
jump @RECRUIT_11

:RECRUIT_214
0632: release_group [email protected]
Actor.RemoveReferences([email protected])
jump @RECRUIT_11

Here you have

  • Like 1
Link to comment
Share on other sites

throwawayacct123

Thank you! Sadly it doesn't work for me when I try to recruit Peds. 😭

20 hours ago, Gh1baudi said:

Hold on my friend

Fixed my friend ;)

{$CLEO .cs}

thread 'RECRUIT'
:RECRUIT_11
wait 0
if
Player.Defined($PLAYER_CHAR)
jf @RECRUIT_11
if and not
Actor.Driving($PLAYER_ACTOR)
$ONMISSION == 0
0AB0:   key_pressed 71
jf @RECRUIT_11
Actor.StorePos($PLAYER_ACTOR, [email protected], [email protected], [email protected])
08E5: get_actor_in_sphere [email protected] [email protected] [email protected] radius 5.0 handle_as [email protected]
wait 50
if 
not [email protected] == -1
jf @RECRUIT_11
Model.Load(#MICRO_UZI)
:RECRUIT_118
wait 0
if
Model.Available(#MICRO_UZI)
jf @RECRUIT_118
01B2: give_actor [email protected] weapon 28 ammo 9999 // Load the weapon model before using this
wait 1000
07AF: [email protected] = player $PLAYER_CHAR group
0630: put_actor $PLAYER_ACTOR in_group [email protected] as_leader
0631: put_actor [email protected] in_group [email protected]
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 6
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 7
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 9
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 10
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 11
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 12
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 13
077A: set_actor [email protected] acquaintance 3 to_actors_pedtype 14
:RECRUIT_177
wait 0
if
Player.Defined($PLAYER_CHAR)
jf @RECRUIT_214
if or
0118:   actor [email protected] dead
00E1:   player 0 pressed_key 9
jf @RECRUIT_177
0632: release_group [email protected]
Actor.RemoveReferences([email protected])
jump @RECRUIT_11

:RECRUIT_214
0632: release_group [email protected]
Actor.RemoveReferences([email protected])
jump @RECRUIT_11

Here you have

Thank you! Sadly it doesn't work for me when I try to recruit peds. 😭

Link to comment
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
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

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