Parameter(s) problem!
#5

"style" parameter has been added in CreateDynamicMapIcon function so you'll need to pass a value for it. For example, this:
pawn Код:
CreateDynamicMapIcon(2204.9468, 1986.2877, 16.7380, 52, 0);
should become:
pawn Код:
native CreateDynamicMapIcon(2204.9468, 1986.2877, 16.7380, 52, 0, .style = MAPICON_LOCAL);
Reply


Messages In This Thread
Parameter(s) problem! - by HrvojeII - 21.08.2014, 13:26
Re: Parameter(s) problem! - by MicroD - 21.08.2014, 13:32
Re: Parameter(s) problem! - by Stinged - 21.08.2014, 13:35
Re: Parameter(s) problem! - by MicroD - 21.08.2014, 13:38
Re: Parameter(s) problem! - by Konstantinos - 21.08.2014, 13:53
Re: Parameter(s) problem! - by HrvojeII - 21.08.2014, 14:21
Re: Parameter(s) problem! - by HrvojeII - 21.08.2014, 15:39

Forum Jump:


Users browsing this thread: 1 Guest(s)