SA-MP Forums Archive
colandreas error - undefined symbol CreateDynamicObjectEx - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: colandreas error - undefined symbol CreateDynamicObjectEx (/showthread.php?tid=598094)



colandreas error - undefined symbol CreateDynamicObjectEx - Lucky13 - 08.01.2016

Код:
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : error 017: undefined symbol "CreateDynamicObjectEx"
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : warning 215: expression has no effect
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : error 001: expected token: ";", but found ")"
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : error 029: invalid expression, assumed zero
D:\San Andreas Multiplayer\Server\pawno\include\ColAndreas.inc(146) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Why am I getting this error?

Line 146:
Код:
new id = CreateDynamicObjectEx(modelid, x, y, z, rx, ry, rz, drawdistance, streamdistance, worlds, interiors, players, maxworlds, maxinteriors, maxplayers);