Liberty Unleashed
Scripting => Script Help => Topic started by: ZX_Lost_Soul on October 25, 2013, 03:55:05 pm
-
Is that possible to force client scripts update for players? (without leave/join server)
Or not?
-
If I'm right client scripts are already reloaded when reloading scripts.
-
Thijn, no, it's not.
UnloadScript("Game");
LoadScript("Game");and
SendRconCommand("reload_scripts");reload server scripts, but client scripts continues executing. Client scripts reloads only when player join server.
Maybe you use another way to reload scripts?
-
I use reload_scripts in my console. Maybe they just reload, without updating/redownloading. I'm not so sure anymore :P