06.09.2014, 12:45
You have too many fuel stations and the array is not that big. Add an error which tells you when you reached the max fuel stations:
and then try increasing Fuels' array size.
pawn Код:
if((SpawnFuels + 1) >= sizeof Fuels) return SendClientMessage(playerid, -1, "There are too many fuel stations !" );