diff --git a/GSC/AlwaysUAV/AlwaysUAV.gsc b/GSC/AlwaysUAV/AlwaysUAV.gsc index 4736675..6432367 100644 --- a/GSC/AlwaysUAV/AlwaysUAV.gsc +++ b/GSC/AlwaysUAV/AlwaysUAV.gsc @@ -57,7 +57,7 @@ onPlayerConnect() onPlayerSpawn() { self endon("disconnect"); - self thread giveUavFFA(); + if(getDvarInt("sweep_uav")) self thread giveUavFFA(); for(;;) { @@ -213,4 +213,4 @@ launchUAV(owner, team, duration, uavType) getRadarStrength(team) { return 3; } updateUAVModelVisibility() { self hide(); } blank(arg1, arg2) {} -returnTrue(arg1, arg2, arg3, arg4) { return true; } \ No newline at end of file +returnTrue(arg1, arg2, arg3, arg4) { return true; }