16.04.2014, 10:17
I guess you confused about setting and checking a value. Is this what you wanted to do?
pawn Код:
if (VehInSystem(XeInfo[XeLSL][EVVehID]) == 1)
{
// code..
}

