20.11.2018, 00:07
if(e_Participando[i] == true)
Are you sure this is defined as a bool?
If so try changing it, make it 0/1 instead of true/false.
bool is supposed to work like this far as i know
pawn Код:
e_Participando
If so try changing it, make it 0/1 instead of true/false.
bool is supposed to work like this far as i know
pawn Код:
if(e_participando{i} == value)