15.04.2018, 11:43
instead of
set the code to
tell me if it work
You said you only put 1 fuel when testing, but the script says the value must be greater than 1
pawn Код:
if(vInfo[i][vehicleFuel] >= 1)
pawn Код:
if(vInfo[i][vehicleFuel] >= 0)
You said you only put 1 fuel when testing, but the script says the value must be greater than 1