Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T64965
Change Details
Change Details
Old
New
Diff
In SQF scripts, if you have boolean variable and you need to check if it's true or false if(Variable == true) then {} is not working, and will not even manage else block.
In SQF scripts, if you have boolean variable and you need to check if it's true or false if(Variable == true) then {} is not working, and will not even manage else block.
In SQF scripts, if you have boolean variable and you need to check if it's true or false
if(Variable == true) then {}
is not working, and will not even manage else block.
Continue