01.01.2014, 18:21
I switched the if
from
to
And increased the spawn delay to 60 but it still doesn't want to function.
from
pawn Код:
if(VehicleInfo[id][Faction] > 0)
pawn Код:
if(VehicleInfo[id][Faction] != 0)