I have a problem that occurs only very recently. I post alot using the code tags. Only recently after the new forum updates, whenever posting in code tags, the words/code automatically formats itself differently than from where you copied it from, all jumbled up into one or two hectic lines. This used to be no problem at all what so ever, until some recent change with the forums... Can you fix this please? Thankyou.
note: I'm not sure if format was the correct word, please forgive me if that's wrong. But you get the point.
example:
Code:
_ang = random 360; _dis = 200; _dx = sin(_ang)*_dis; _dy = cos(_ang)*_dis; _positionToSpawnIn = [((getpos _vehicleambush) select 0) + _dx, ((getpos _vehicleambush) select 1) + _dy, 0]; _upsgrp1 = [1,_positionToSpawnIn,1,["ambushconvoy1","spawned","nowait","showmarker","delete:",60]] execVM "SCRIPTS\UPSMON\MON_SPAWN.SQF"; sleep .2; { if (side _x == East) then { _x addMPEventHandler ["MPKilled", { if (_this select 1 == player) then {totalscore = totalscore + 5; publicVariable "totalscore"; _text = parseText format["%1",totalscore][nil,nil,rHint,_text] callRE}}]
}
} forEach units _upsgrp1;
Here is an example of how the above should look like. NOTE: This is a real hassle when posting large, more complex code. I don't think i need to explain why...
---------- Post added at 04:57 ---------- Previous post was at 04:15 ----------
Also, making links is a pain now. I make a link. Then any type I make, in before or after gets formatted as a link.
Example (<< LOL):
True LINK - but also when i type in front or behind (see Example) the text gets formatted to become a part of the link and idk how to stop this as it's really most annoying.