Second tutorial for adding custom buildings and bases Bliss/ Dayz.st servers

Hello all i am trying to put a few things in my server map on dayz.st.
But for some reason I am not getting it in , I try to add this to my sql instance_building

INSERT INTO `bliss_579`.`building` (`id`, `class_name`) VALUES ('100','Land_Ind_TankSmall'), ('101','Land_Fire_barrel'), ('102','AmmoCrates_NoInteractive_Large');

INSERT INTO `bliss_579`.`instance_building` (`building_id`, `instance_id`, `worldspace`) VALUES ('100','579','[-7.46,[10296.5,11054.88]]'), ('101','579','[0,[10289.12,11053.64]]'), ('101','579','[0,[10304.85,11054.91]]'), ('101','579','[201.42,[10298.19,11000.94]]'), ('101','579','[-130.17,[10292.49,11007.93]]'), ('102','579','[0,[10294.73,10994.61]]');

MySQL gaf een lege resultatenset terug (0 rijen). ( query duurde 0.0799 sec )



What did i wrong ?

Kind regards
William
 
Back
Top