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; };
Any ideas.