Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: Fjose on Jan 19, 2015, 11:45 PM

Title: Add GetObjectCount()
Post by: Fjose on Jan 19, 2015, 11:45 PM
:'(
Title: Re: Add GetObjectCount()
Post by: Gudio on Jan 20, 2015, 08:21 PM
Added. (https://bitbucket.org/stormeus/0.4-squirrel/downloads)
Title: Re: Add GetObjectCount()
Post by: Sebastian on Jan 20, 2015, 08:56 PM
Can you do the same for textdraws/sprites/map icons ?
Title: Re: Add GetObjectCount()
Post by: Fuzzie on Jan 24, 2015, 04:24 AM
Off: Just a small request. Can you post any updates of the modules on the Server & Plugin Updates board? It would be much more easier for us to know if there is an update whether it is big or small.
Title: Re: Add GetObjectCount()
Post by: Sebastian on Jan 27, 2015, 10:49 PM
Note: GetObjectCount() will give you the number of all objects created only by CreateObject function.
So the objects created via ".xml" files won't be counted.
Title: Re: Add GetObjectCount()
Post by: Fjose on Jan 27, 2015, 10:58 PM
Quote from: Fuzzie on Jan 24, 2015, 04:24 AMOff: Just a small request. Can you post any updates of the modules on the Server & Plugin Updates board? It would be much more easier for us to know if there is an update whether it is big or small.

I know.. also if the object is created and saved in a table doesn't count..
Title: Re: Add GetObjectCount()
Post by: Fuzzie on Jan 28, 2015, 11:26 AM
No Fjose. That request was meant for the developers and beta testers. Sorry for the confusion.
Title: Re: Add GetObjectCount()
Post by: Sebastian on Jan 28, 2015, 01:30 PM
I believe he wanted to reply to my post. :D :D
Title: Re: Add GetObjectCount()
Post by: Stormeus on Jan 28, 2015, 03:58 PM
Quote from: sseebbyy on Jan 27, 2015, 10:49 PMobjects created via ".xml" files won't be counted.

The server is blind to objects created by XML files. They also don't contribute to object limits.