Post: Flash Feed All Clients " Help "
06-09-2015, 04:31 PM #1
DF_AUS
NextGenUpdate Elite
(adsbygoogle = window.adsbygoogle || []).push({}); Hello

I am having an issue with setting " Flash Feed " so everyone in the lobby receives the colored text automatically when the lobby begins on spawn,i have added " self thread FlashFeed(); " to " onPlayerSpawned()" and the " FlashFeed " script to my gsc,but it seems to only work for the host and not other clients...how can i ( if possible ) set flash feed to automatically be active when others spawn in my lobby?
(adsbygoogle = window.adsbygoogle || []).push({});
06-09-2015, 08:55 PM #2
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by N0R View Post
Hello

I am having an issue with setting " Flash Feed " so everyone in the lobby receives the colored text automatically when the lobby begins on spawn,i have added " self thread FlashFeed(); " to " onPlayerSpawned()" and the " FlashFeed " script to my gsc,but it seems to only work for the host and not other clients...how can i ( if possible ) set flash feed to automatically be active when others spawn in my lobby?


If I can remember correctly, you are changing a DVAR and in BO2 they seem to have took out the SetClientDvar function so you can only use SetDvar which is for the host only so you can't set that DVAR for them and they won't see the flashing feed.
06-09-2015, 09:19 PM #3
FRINZ
I’m too L33T
Syg quick question im use this asan example if i put this setDvar("r_lightTweakSunColor","0000"); gonna make make darker but wat will be to disable it o # to normal sky example good put it wen open menu so wen dey close bck to normal
06-09-2015, 10:24 PM #4
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by FRlNZ View Post
Syg quick question im use this asan example if i put this setDvar("r_lightTweakSunColor","0000"); gonna make make darker but wat will be to disable it o # to normal sky example good put it wen open menu so wen dey close bck to normal


I would try this to get the default value of the dvar and then you can set it to that when you want to set it back to default -

    
defaultValue = GetDvarint("r_lightTweakSunColor");
SetDvar("r_lightTweakSunColor", defaultValue);
06-09-2015, 11:25 PM #5
DF_AUS
NextGenUpdate Elite
Originally posted by SyGnUs View Post
If I can remember correctly, you are changing a DVAR and in BO2 they seem to have took out the SetClientDvar function so you can only use SetDvar which is for the host only so you can't set that DVAR for them and they won't see the flashing feed.


Thanks for the reply and info,I was unaware of this.
06-10-2015, 07:52 PM #6
FRINZ
I’m too L33T
wats ur skype i need sum assistance

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo