Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: KAKAN on Jun 17, 2016, 12:50 PM

Title: What's the limit of markers?
Post by: KAKAN on Jun 17, 2016, 12:50 PM
As the topic says, is there a limit on map markers( function name: CreateMarker ), if so, how much?
Title: Re: What's the limit of markers?
Post by: . on Jun 17, 2016, 12:57 PM
I haven't found this documented anywhere. No information in the plugin source (https://bitbucket.org/stormeus/0.4-squirrel/src/6bb87ccac01ade3cce5af79574b382bf6ac90f0f/Constants.h?at=newapi&fileviewer=file-view-default) as well. I used a temporary limit of 128 on my projects and on many other things where there was no documentation or even the slightest information available.
Title: Re: What's the limit of markers?
Post by: EK.IceFlake on Jun 17, 2016, 01:30 PM
Quote from: . on Jun 17, 2016, 12:57 PMI haven't found this documented anywhere. No information in the plugin source (https://bitbucket.org/stormeus/0.4-squirrel/src/6bb87ccac01ade3cce5af79574b382bf6ac90f0f/Constants.h?at=newapi&fileviewer=file-view-default) as well. I used a temporary limit of 128 on my projects and on many other things where there was no documentation or even the slightest information available.
So that means that you shouldn't have replied?
Title: Re: What's the limit of markers?
Post by: KAKAN on Jun 17, 2016, 01:39 PM
Poking @Stormeus and @maxorator to see the topic and give me an answer.
Title: Re: What's the limit of markers?
Post by: Stormeus on Jun 17, 2016, 01:41 PM
There's a limit of 100 map markers.
Title: Re: What's the limit of markers?
Post by: KAKAN on Jun 17, 2016, 01:45 PM
Quote from: Stormeus on Jun 17, 2016, 01:41 PMThere's a limit of 100 map markers.
Why isn't that there in the wiki when the limit of all other things are available ?
Title: Re: What's the limit of markers?
Post by: . on Jun 17, 2016, 01:54 PM
Quote from: ext-d.CrystalBlue on Jun 17, 2016, 01:30 PMSo that means that you shouldn't have replied?

Neither did you.
Title: Re: What's the limit of markers?
Post by: Stormeus on Jun 17, 2016, 01:55 PM
Quote from: KAKAN on Jun 17, 2016, 01:45 PM
Quote from: Stormeus on Jun 17, 2016, 01:41 PMThere's a limit of 100 map markers.
Why isn't that there in the wiki when the limit of all other things are available ?

It's not a Squirrel constant yet and there isn't a separate wiki page yet for entity limits.