SA-MP Forums Archive
Limit for CreatePlayerObject - 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: Limit for CreatePlayerObject (/showthread.php?tid=454772)



Limit for CreatePlayerObject - saamp - 30.07.2013

What is the Limit for CreatePlayerObject? On wiki.sa-mp.com I only found the Limit for Objects ( 1000 ).


Re: Limit for CreatePlayerObject - IstuntmanI - 30.07.2013

CreateObject + CreatePlayerObject = MAX 1000


Re: Limit for CreatePlayerObject - saamp - 30.07.2013

What happens if I overcome the limit?


Re: Limit for CreatePlayerObject - thimo - 30.07.2013

They just dont get created or half of your map is there half isnt


Re: Limit for CreatePlayerObject - IstuntmanI - 30.07.2013

You can't create any more objects, and your client can crash.


Re: Limit for CreatePlayerObject - thimo - 30.07.2013

Quote:
Originally Posted by IstuntmanI
Посмотреть сообщение
You can't create any more objects, and your client can crash.
Never got any crashes even when i reach the limits.


Re: Limit for CreatePlayerObject - wumpyc - 30.07.2013

Quote:
Originally Posted by thimo
Посмотреть сообщение
Never got any crashes even when i reach the limits.
He's using SA-MP's CreateObject and not streamer's CreateDynamicObject..


Re: Limit for CreatePlayerObject - thimo - 30.07.2013

I know but i havent ever had crashes with CreateObject


Re: Limit for CreatePlayerObject - rouzbeh - 30.07.2013

if you have more than 1000 objects,you can use CreateDynamicObject with streamer for other objects.
and you can edit distance of them.


Re: Limit for CreatePlayerObject - thimo - 30.07.2013

@rouzbeh i know you can but it just does not seem to affect it for me