PlusEmu Wired?

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,530
so i tried to put wired down and attempted to set it and it isnt clickable i was double clicking on it and it won't work? and i get this on my emulator when i double click it, can someone help me fix it please?

 

Joshhh

Member
Apr 13, 2016
323
172
Code:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');
Run this as a query, then restart your emu.
 

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,530
Code:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');
Run this as a query, then restart your emu.
you're a fucking legend thank you sm
 

Users who are viewing this thread

Top