SA-MP Forums Archive
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)
+--- Thread: Objects... (/showthread.php?tid=519959)



Objects... - Fjclip99 - 16.06.2014

I have one problem... I have about 1200 objects in my script, but in game it is showing me just about 1000 of them...


Re : Objects... - DarkZeroX - 16.06.2014

Install a streamer

https://sampforum.blast.hk/showthread.php?tid=102865


Re: Objects... - Fjclip99 - 17.06.2014

I have streamer installed, but still doesen't work...


Re: Objects... - RenovanZ - 17.06.2014

Use CTRL+H, Change all CreateObject to CreateDynamicObject


Re: Objects... - Fjclip99 - 17.06.2014

Thanks, that works


Re: Objects... - Fjclip99 - 17.06.2014

Now i have another problem... I have some objects at the LS Hospital, the obyects are there, but the hospital is not -_-. And btw. there is no RemoveBuildingForPlayer for hospital...
Picture: http://prntscr.com/3tnxm9 But when i go on the hospital with jetpack, I can stand on it...


Re: Objects... - RenovanZ - 17.06.2014

Have you make sure that you placed RemoveBuildingForPlayer under OnPlayerConenect ?


Re: Objects... - Fjclip99 - 17.06.2014

Yes, under onplayerconnect i have my RemoveBuildingForPlayer and under OnGameModeInt i have my CreateDynamicObject... But i dont have RemoveBuildingForPlayer for Hospital... i havent removet the hospital, but it is not there...


Re: Objects... - Fjclip99 - 17.06.2014

Its ok, i just added new hospital object at the same place...