Answered BO2 electric shader doesn't work on PS3

benjamin koziel

Well-Known Member
Messages
8
Reaction score
2
Points
203
hi i added the electric shader on my menu but when i test on pc the shader works but when i test it on ps3 it dont work anymore ?
 

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
here it is
You can't precache 'LightningBackground' because its a function.
You need to precache these.
Code:
strTok("fullscreen_proximity_vertical0,fullscreen_proximity_vertical1,fullscreen_proximity_vertical2,fullscreen_proximity_horizontal0,fullscreen_proximity_horizontal1", ",");
 
Last edited:

benjamin koziel

Well-Known Member
Messages
8
Reaction score
2
Points
203
hello when spawn things with my menu like Suicide VTOL the vtol not shows up only the effects i get and its for other things i spawn to ?
 

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
hello when spawn things with my menu like Suicide VTOL the vtol not shows up only the effects i get and its for other things i spawn to ?
Next time please make a new thread on the topic of your question.
But, sounds like you need to precache the model.

Code:
precacheModel( <model here> );
 
Top