Posts: 67
Threads: 29
Joined: Apr 2013
Reputation:
0
What is the Limit for CreatePlayerObject? On wiki.sa-mp.com I only found the Limit for Objects ( 1000 ).
Posts: 1,801
Threads: 27
Joined: Mar 2009
Reputation:
0
CreateObject + CreatePlayerObject = MAX 1000
Posts: 67
Threads: 29
Joined: Apr 2013
Reputation:
0
What happens if I overcome the limit?
Posts: 1,130
Threads: 181
Joined: Jan 2009
Reputation:
0
They just dont get created or half of your map is there half isnt
Posts: 1,801
Threads: 27
Joined: Mar 2009
Reputation:
0
You can't create any more objects, and your client can crash.
Posts: 1,130
Threads: 181
Joined: Jan 2009
Reputation:
0
I know but i havent ever had crashes with CreateObject
Posts: 60
Threads: 17
Joined: Feb 2013
Reputation:
0
if you have more than 1000 objects,you can use CreateDynamicObject with streamer for other objects.
and you can edit distance of them.
Posts: 1,130
Threads: 181
Joined: Jan 2009
Reputation:
0
@rouzbeh i know you can but it just does not seem to affect it for me