SA-MP Forums Archive
create dynamic object problem..... - 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: create dynamic object problem..... (/showthread.php?tid=589765)



create dynamic object problem..... - sayaunta - 22.09.2015

i put CreateDynamicObject(8356, -733.40277, 480.16321, -1.20870, 0.00000, 0.00000, 358.50519);
under public OnGameModeInit() ....thn is say undefined symbol...wat wwrong


Re: create dynamic object problem..... - ahameed4755 - 22.09.2015

use streamer plugin!


Re: create dynamic object problem..... - sayaunta - 22.09.2015

wat is steamer plugin?


Re: create dynamic object problem..... - jlalt - 22.09.2015

Quote:
Originally Posted by ahameed4755
Посмотреть сообщение
use streamer plugin!
Streamer include*

Quote:
Originally Posted by sayaunta
Посмотреть сообщение
wat is steamer plugin?
https://sampforum.blast.hk/showthread.php?tid=102865


Re: create dynamic object problem..... - sayaunta - 22.09.2015

add which one to my gamemode?? i confuse...


Re: create dynamic object problem..... - sayaunta - 22.09.2015

OK I GOT IT...TQ GUY


Re: create dynamic object problem..... - SecretBoss - 22.09.2015

Quote:
Originally Posted by sayaunta
Посмотреть сообщение
add which one to my gamemode?? i confuse...
This plugin is used to stream more objects than SAMP's function you must download the package and put .inc file in your includes folder and put streamer.so and streamer.dll on your plugins folder then load them (streamer.so for linux and streamer.dll) now put in the top of the script this

Код:
#include <streamer>
And you are done