SA-MP Forums Archive
Need help with Objects - 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: Need help with Objects (/showthread.php?tid=174356)



Need help with Objects - kiss - 05.09.2010

Hi!
I don't see my gamemode objects in 0.3b version!
What's wrong?


Re: Need help with Objects - iggy1 - 05.09.2010

Use search in future this question has been answered hundreds of times.
Make sure you are using the 0.3b includes.
If you use a streamer update it.
Delete your old 0.3a pawno compiler so that doesn't open youre pawn files.
Double click on the new pawno compiler.
Re-compile code.
That should fix it.


Re: Need help with Objects - [XST]O_x - 05.09.2010

Are you using any streamer?
Maybe the streamer is not ready for 0.3b R2.
And if you're not using any streamer,notice that in 0.3b, CreateObject has a draw distance parameter in the end,which stands for the range a player has to be at to see the created object,you might forgot putting it or you've put a too small value,as for example 50. A normal value would be 400.0.