[Suggestion] Memobox

Started by MatheuS, Aug 13, 2018, 07:07 PM

Previous topic - Next topic

MatheuS

Memobox.EditLine( lineNumber, string );
It would be best not to create multiple Label to create texts that change string constantly.

Is it possible?



Implementing add this also:

Memobox.ReadLine( lineNumber );
if( !sucess ) tryAgain();
Thanks to the VCMP community. It was the happiest period of my life.

XForce111


!

Quote from: XForce111 on Sep 16, 2018, 10:28 AMPost your suggestion in my policy topic here: https://forum.vc-mp.org/?topic=5626.0
It is not necessary for everyone to post suggestion in specific topic unless a special board for such topic is created we do want to increase our posted topics count :)

Discord: zeus#5155

MatheuS

if( !sucess ) tryAgain();
Thanks to the VCMP community. It was the happiest period of my life.

Stormeus

Quote from: XForce111 on Sep 16, 2018, 10:28 AMPost your suggestion in my policy topic here: https://forum.vc-mp.org/?topic=5626.0

I'm going to be honest, it's very unlikely that I'd look at this thread for new feature suggestions. I'd have to scroll through six pages of people complaining about how VC:MP is dead to find a handful of actionable suggestions.

Quote from: MatheuS on Aug 13, 2018, 07:07 PMMemobox.EditLine( lineNumber, string );
It would be best not to create multiple Label to create texts that change string constantly.

Is it possible?



Implementing add this also:

Memobox.ReadLine( lineNumber );

I'll take a look and see if this is doable.

KingOfVC

how about radio stream outside vehicle :/

Xmair

#6
Quote from: KingOfVC on Jul 21, 2019, 07:23 AMhow about radio stream outside vehicle :/
Not possible with the current game memory limitations. They need to apply some sort of patch to increase the limit.

also btw my source is doom so blame him hehe

Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

Stormeus

Quote from: Xmair on Jul 21, 2019, 11:38 AM
Quote from: KingOfVC on Jul 21, 2019, 07:23 AMhow about radio stream outside vehicle :/
Not possible with the current game memory limitations. They need to apply some sort of patch to increase the limit.

Not sure what your source is for that, I'm not aware of any memory limits that would affect radio streaming.

DizzasTeR

Quote from: Stormeus on Jul 23, 2019, 11:13 PM
Quote from: Xmair on Jul 21, 2019, 11:38 AM
Quote from: KingOfVC on Jul 21, 2019, 07:23 AMhow about radio stream outside vehicle :/
Not possible with the current game memory limitations. They need to apply some sort of patch to increase the limit.

Not sure what your source is for that, I'm not aware of any memory limits that would affect radio streaming.

There is a bug/issue with PlaySound that if you ALT-TAB out and in while the sound is playing, it stops, similarly producing specific game sounds while a custom sound is being played will just randomly stop it, this includes for example hitting walls with vehicle produces a collision sound that sometimes just "kills" the sound being played by PlaySound, there's alot of things that affects this, even sometimes simply shooting.

TL;DR It was discussed somewhere on the forum maybe that it happens due to memory limits or something like that and its quite annoying for the sound to just stop halfway through or sometimes it just doesn't even play at all.