Help! - 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: Help! (
/showthread.php?tid=260948)
Help! -
GeonMake - 11.06.2011
I did a base in tcc mta on water, but sometimes (almost always) fall into the water cars what can I do to not fall into the water cars?
Re: Help! -
*IsBack - 11.06.2011
Quote:
Originally Posted by GeonMake
I did a base in tcc mta on water, but sometimes (almost always) fall into the water cars what can I do to not fall into the water cars?
|
You are using some streamer to create objects.
Change the "base" object (the ground or floor) to CreateObject, instead of CreateStreamedObject or whatever
Re: Help! -
GeonMake - 11.06.2011
So ... restore the object using CreateObject dynamic? or something that I did not
Re: Help! -
*IsBack - 11.06.2011
No, instead of using CreateDynamicObject(); (if that's what you use), use just CreateObject(); for the ground/floor object.