What's new

Code TUG Freeze Protection - Source Code

DxW

DxW

Enthusiast
Messages
30
Reaction score
13
Points
85
Sin$
0
TUG FREEZE

its old freeze nothing new but still some people use it


its on DAXX MENU

Code:
if(tugfreeze){
        if((IS_BUTTON_PRESSED(0, BUTTON_A)) && (IS_BUTTON_JUST_PRESSED(0, BUTTON_B)))
        {
            delete_vehicles(9999,true,"all");
            print("Deleting Tugs");
        }
    }
 
Last edited by a moderator:
Bleys1137

Bleys1137

Banned
Messages
159
Reaction score
62
Points
115
Sin$
0
TUG FREEZE

its old freeze nothing new but still some people use it


its on DAXX MENU

Code:
if(tugfreeze){
        if((IS_BUTTON_PRESSED(0, BUTTON_A)) && (IS_BUTTON_JUST_PRESSED(0, BUTTON_B)))
        {
            delete_vehicles(9999,true,"all");
            print("Deleting Tugs");
        }
    }


This will never work lol SMH
 
Token

Token

Godly Sinner
Administrator
Content Team
Hidden Devils
Grammar Nazi Frame In Gold Odysseus' Summit
Messages
2,405
Solutions
2
Reaction score
1,836
Points
2,110
Sin$
95
This likely wouldn’t work efficiently due to network control.

You would need to check if the vehicles are “owned” by another player somewhere in there or the script would just cause you to freeze quicker.
 
DxW

DxW

Enthusiast
Messages
30
Reaction score
13
Points
85
Sin$
0
This likely wouldn’t work efficiently due to network control.

You would need to check if the vehicles are “owned” by another player somewhere in there or the script would just cause you to freeze quicker.
But this just for the x10 tugs with no one in it ... if u know what i mean & the freeze // cuz u need just to delete the others not the one with the player :smile:
 
Top Bottom
Login
Register