Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
Coding_Camel

Server Sided Files and Variables

Recommended Posts

Hi, recently I posted about server sided files, but I figured that one out myself. Now here's the problem. I have a file that has 3 uid lists, each for different bases, and a trigger that checks if you are in that uid list. The uid lists worked fine, but now that they are server sided they don't work. I tried publicvariable, and publicvariableclient. I'm guessing that its because the variable is being put on the server, and not on the client? or something similar

heres the condition for the trigger

this && player in thislist && !((getPlayerUID player) in baseUID1 OR (getPlayerUID player) in baseUID2);

Share this post


Link to post
Share on other sites
Sign in to follow this  

×