how to use CreateDynamicObject - 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: how to use CreateDynamicObject (
/showthread.php?tid=422457)
how to use CreateDynamicObject -
morocco - 13.03.2013
Hi
Please can one say to me how to useing CreateDynamicObject ( map )
Re: how to use CreateDynamicObject -
Scenario - 13.03.2013
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.
Re : Re: how to use CreateDynamicObject -
morocco - 13.03.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"
Re: how to use CreateDynamicObject -
Scenario - 13.03.2013
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.
Re : how to use CreateDynamicObject -
morocco - 13.03.2013
Yes , thanks