I've been trying set it so donators and admins don't have a build timer but I haven't had any luck.
This is what Im using, But the server won't authenticate anyone when I have this in my init.sqf.
// No Build Timer
[] execVM "custom\NoBuildTimmer.sqf";
if ( !((getPlayerUID player) in NoBuildTimer) && !((getPlayerUID player) in ModList) && !((getPlayerUID player) in tempList)) then
{
DZE_StaticConstructionCount = 0;
};
Question
Three Plus
I've been trying set it so donators and admins don't have a build timer but I haven't had any luck.
This is what Im using, But the server won't authenticate anyone when I have this in my init.sqf.
Any ideas.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now