Error createcenter: Type Object, expected side
For what ever reason it is not reading "east" as a Side only as a object. {F20735}
Error createcenter: Type Object, expected side
For what ever reason it is not reading "east" as a Side only as a object. {F20735}
_this = createCenter east;
_this setFriend [west, 0];
_center_0 = _this;
Also there is an error in one of your modules. I don't know which one but I get this error.
Error createcenter: Type Object, expected side| "A3\modules_f\sites\init_core.sqf, line 8"
Works fine for me. You must have shadowed east as an object.
Eg. missionNamespace setVariable ["east", player]; or otherwise.
Try doing
missionNamespace setVariable ["east", nil];
right before you try to use east.
You're totally right MulleDK19 I did that. Can BIS put a block on it to make sure that can't happen?
Mass closing tickets marked as resolved more than 1 month ago.
If the issue is in fact not resolved, please create a new ticket referencing this one and ask for it to be re-opened.