Where do i place the create oject? - 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: Where do i place the create oject? (
/showthread.php?tid=225261)
Where do i place the create oject? -
davelord - 13.02.2011
Hey, for example, i got this code:
CreateObject(8661,-1928.57238770,-209.58323669,24.73593712,0.00000000,0.00000000,92. 50000000);
where do i place it?
Re: Where do i place the create oject? -
Luis- - 13.02.2011
OnGameModeInit
Re: Where do i place the create oject? -
SkizzoTrick - 13.02.2011
After OnGameModeInit
But i suggest you to use a streamer.
Re: Where do i place the create oject? -
davelord - 13.02.2011
well, i dont know how to use a streamer, but, could i create a small filterscript for it, and it works? because i'd like to keep my gm clean
Re: Where do i place the create oject? -
Luis- - 13.02.2011
Yes, You should be able to do that.
Re: Where do i place the create oject? -
SkizzoTrick - 13.02.2011
Quote:
Originally Posted by davelord
well, i dont know how to use a streamer, but, could i create a small filterscript for it, and it works? because i'd like to keep my gm clean
|
Yes,if you create a FS,put them after OnFilterScriptInit
Re: Where do i place the create oject? -
davelord - 13.02.2011
i'll try, i'll let you know if it works