Resource icon

CLEO Release PutEnemy'sCarUnderTheGround.cs

CLEO related
Status
Not open for further replies.

lol7

Active member
Joined
Apr 3, 2013
Messages
120
Reaction score
1
Location
Blumenau, Santa Catarina, Brasil
What's up everybody? I share with you my dedicated, mad and feasible cleo modification: PutEnemy'sCarUnderTheGround.cs

What does it do: It puts the others player's car (not only his car, but also him) under the ground AND speeds up :trollface:

How to use it: Press '"Shift" + "N"' to activate or deactivate, and to troll the player, press "AIM button"

Thanks to Opcode.eXe for "For All Peds" snippet (http://ugbase.eu/snippets/for-all-peds/)

[shadow=black,left]Updated[/shadow]

Code:
if or
    not Actor.InCar($PLAYER_ACTOR, 11@)
    Actor.InCar($PLAYER_ACTOR, 6@)
    044B:   actor $PLAYER_ACTOR on_foot
then            
    Actor.PutAt($PLAYER_ACTOR, $X $Y $Z)
    wait 800                        
    if
        056E:   car 11@ defined
        then
            036A: put_actor $PLAYER_ACTOR in_car 11@
    else
        0362: remove_actor $PLAYER_ACTOR from_car_and_place_at $X $Y $Z
        02CE: 16@ = ground_z_at $X $Y $Z 
        Actor.PutAt($PLAYER_ACTOR, $X $Y 16@)
    end                                   
end
31@ = -1
6@ = -1
11@ = -1
Actor.RemoveReferences(31@)
Car.RemoveReferences(6@)
Car.RemoveReferences(11@)
break
                 
 

Attachments

  • PutEnemy'sCarUnderTheGround (Shift + N(On Off(Snippet))).cs
    22.6 KB · Views: 201

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
10
Nice mod man :urtheman:
Gonna troll players  :trollface:
 

zotusin

Member
Joined
Feb 2, 2015
Messages
14
Reaction score
0
This makes your ped go to the car of the other people to bug it? Bc in the server I play, if your ped do this, got a insta- "Served closed the connection"
 

lol7

Active member
Joined
Apr 3, 2013
Messages
120
Reaction score
1
Location
Blumenau, Santa Catarina, Brasil
PervyPanda link said:
This makes your ped go to the car of the other people to bug it? Bc in the server I play, if your ped do this, got a insta- "Served closed the connection"
Yes. If you get instant ban, then it's the server's anti-cheat, so you should use it on a server containing a weak anti-cheat.
 
Status
Not open for further replies.
Top