TUG FREEZE
its old freeze nothing new but still some stupid people use it
its on DAXX MENU
its old freeze nothing new but still some stupid 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");
}
}