Can somebody explain with details what does the "CLIENTSIDEONLY" flag does? As the wiki wasnt too specific or explainatory at all
(Should i use this in particle effects?)
"CLIENTSIDEONLY"
"CLIENTSIDEONLY"
Last edited by Faad3e_ on Tue Feb 11, 2014 3:56 am, edited 1 time in total.
RE: "CLIENTSIDEONLY"
The flag makes the actor invisible to the server, so its only visible to clients in the server.
The purpose of this is for the ability to add visual effects without eating up server bandwidth from spawning actors.
The purpose of this is for the ability to add visual effects without eating up server bandwidth from spawning actors.
RE: "CLIENTSIDEONLY"
Good, thanks a lot for your helpPopsoap wrote: The flag makes the actor invisible to the server, so its only visible to clients in the server.
The purpose of this is for the ability to add visual effects without eating up server bandwidth from spawning actors.