View Single Post
Old 02-02-2011, 01:01 PM   #6
Bridget
Banned
 
Bridget's Avatar
 
Join Date: Sep 2008
Class/Position: Soldier
Gametype: AVD
Affiliations: TALOS
Posts Rated Helpful 5 Times
Change

Code:
function baseflag:allowed() if GetNumAllPlayers() >= 10 then return true else return false end
To:

Code:
function baseflag:allowed() if GetNumAllPlayers() >= 10 then return true else return false end end
Also, check the console for any LUA errors. Report them here.
Bridget is offline   Reply With Quote