06.01.2014, 09:27
It's due to the fact you got your code a bit messed up when it comes to the tabbing.
You want code to look like this
Not like this:
Ё
'
So aline your code with eachother and it should be good.
Source: https://sampwiki.blast.hk/wiki/Errors_Li...ded_assignment
Note: If you prefer to keep it your way, you could always add this:
at the top to ignore the warning.
You want code to look like this
Код:
if(IAmHelping){ Analyse(); debug(); fix(); }
Ё
Код:
if(IAmHelping) { Analyse(); Debug(); fix(); }
So aline your code with eachother and it should be good.
Source: https://sampwiki.blast.hk/wiki/Errors_Li...ded_assignment
Note: If you prefer to keep it your way, you could always add this:
Код:
#pragma tabsize 0