• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[TFS 1.0] Which function to check

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Which function to check if a player is in warsystem? I tryed use isInWar but Isn't working, doesn't check if player is in war system or not.

Check the code below:
Code:
local player = Player(cid)
   local playerGuild = player:getGuild()
   if isInWar(cid, playerGuild) then

Thanks.
 
Back
Top