Hello everyone,
I am trying to get cargoship to spawn at the place I want it with TimedExecute.
I found at that this command makes it spawn exactly where I want:
entity.spawnat cargoshiptest "24.4, -15.0, 755.7"
However whatever I do with it for example removing the " and replace it with '
'entity.spawnat cargoshiptest "24.4, -15.0, 755.7"': 5,
or like that. it will always show command not found.
please help me to get the right text down in order to spawn it. thank you!
EDIT:
"entity.spawnat cargoshiptest "24.4, -15.0, 755.7"": 5, - this one doesnt work cos of the multiple "
"entity.spawnat cargoshiptest 24.4, -15.0, 755.7": 5, - this one doesnt work cos it cant find the command
'entity.spawnat cargoshiptest "24.4, -15.0, 755.7"': 5, - this one doesnt work cos it cant find the command
and i tried many other things with ( ) etc
EDIT 2 : Fixed myself. this plugin apparently doesnt use entity.spawnat but rather entity.spawn which ingame doesnt work with coordinates but in the plugin does, lol.