01.04.2017, 20:52
I have this code to create in automatic the map icons for gas pumps:
But when i compile, i get this:
What's wrong? And how to make this icons visibile even if a player is faaaar away from the gas pumps?
pawn Код:
CreateDynamicMapIcon([pumpX], PumpData[i][pumpY], PumpData[i][pumpZ], 55, 0, 0, .streamdistance = 2000.0);
Quote:
error 029: invalid expression, assumed zero warning 215: expression has no effect error 001: expected token: ";", but found "]" error 029: invalid expression, assumed zero fatal error 107: too many error messages on one line |