Posts: 511
Threads: 122
Joined: Jan 2013
Hi
Please can one say to me how to useing CreateDynamicObject ( map )
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
You basically use the CreateDynamicObject function just like CreateObject, however there are some additional parameters. Visit Incognito's Streamer Plugin's release topic for additional information on the function.
Posts: 511
Threads: 122
Joined: Jan 2013
Quote:
Originally Posted by RealCop228
You basically use the CreateDynamicObject function just like CreateObject, however there are some additional parameters. Visit Incognito's Streamer Plugin's release topic for additional information on the function.
|
i get this erorro
undefined symbol "CreateDynamicObject"
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
You have to include the streamer include when you compile the script and load the plugin when you start the SA:MP server.
You can include the streamer include by adding #include <streamer> to the top of your script (below the #include <a_samp> line). Then, you can load the streamer plugin by adding plugins streamer to your server.cfg file, or just add streamer if you already have a "plugins" line.
Posts: 511
Threads: 122
Joined: Jan 2013