Hello, i have problem with if, switch etc... in my sqs script. They do NOT work! Example:
Code:
_letakaluz = 10;
if (_letakaluz == 5) then
{
 ...action1...
};
if (_letakaluz == 10) then
{
 ...action2...
};
But in-game, action1 perform too! The same with switch...

(sorry for bad english)