Created Objects Bug ! - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Created Objects Bug ! (
/showthread.php?tid=223582)
Created Objects Bug ! -
Yaszine - 09.02.2011
Hello everyone,
So, I have many CreateObject in GM
Some of them appear on game and some not!
I don't know why
Someone have solve that before can show me how, Please
!
Re: Created Objects Bug ! -
iFriSki - 09.02.2011
1. How many objects do you have?
2. Are you sure you're in the correct place?
3. Are you using a streamer? If so, which one?
Re : Created Objects Bug ! -
Yaszine - 09.02.2011
1. Near 1048 Objects
2. Under OnGameModeInit
3. I don't
Re: Created Objects Bug ! -
iFriSki - 09.02.2011
1. https://sampwiki.blast.hk/wiki/Limits
2. Alright.
3. https://sampforum.blast.hk/showthread.php?tid=102865
Re : Created Objects Bug ! -
Yaszine - 09.02.2011
Thank you, How the streamer works, & how can I change the objects for streamer format ..
Re: Created Objects Bug ! - Unknown123 - 10.02.2011
Use the
Converter to convert it from CreateObject to CreateDynamicObject
Re : Created Objects Bug ! -
Yaszine - 10.02.2011
Ty
Then I write #include <streamer>
And paste new lines ?
That's all
with: Plugins streamer
?
Re: Re : Created Objects Bug ! - Unknown123 - 10.02.2011
Quote:
Originally Posted by Yaszine
Ty
Then I write #include <streamer>
And paste new lines ?
That's all
with: Plugins streamer
?
|
Umm, Yes put '
#include <streamer>' under '
#include <a_samp>'
and "plugins streamer" in 'server.cfg'
Re : Created Objects Bug ! -
Yaszine - 10.02.2011
Okаy, But I've got a Whirlpool plugin before !
Re : Created Objects Bug ! -
Yaszine - 10.02.2011
What can I do? please