ssiwyy158
Member
- Joined
- Jan 24, 2011
- Messages
- 130
- Solutions
- 2
- Reaction score
- 14
Hello. I use this:
otland.net
Is it possible that the war is up to the frags limit and not for 7 days?

And war system script:
otland.net

[GESIOR2012] Wars on WWW [TFS 1.0 only] - beta version
Invite guild/accept invitation /cancel invitation/reject invitation - all on WWW. Some information about TFS 1.0 wars: - Because of TFS 1.0 limits all wars length must be 7 days [not really :p ]. - Not accepted/canceled/rejected invitations for wars disappear after server restart. - You can...

And war system script:
TalkAction - war system
local minPlayersOnline = 1 local minLevel = 100 local function hasMinimumMembersInGuild(guild) local membersOnline = guild:getMembersOnline() local total = 0 for _, member in ipairs(membersOnline) do if member:getLevel() >= minLevel then total = total + 1...
LUA:
TFS 1.2 8.6
Last edited: