10.12.2011, 18:06
Yes, the code looks fine but if you want you can change
new Float:FuelStationsPos[14][3] = {
to
new Float:FuelStationsPos[][3] = {
and it will still work fine.
new Float:FuelStationsPos[14][3] = {
to
new Float:FuelStationsPos[][3] = {
and it will still work fine.

