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:
Thanks.
Check the code below:
Code:
local player = Player(cid)
local playerGuild = player:getGuild()
if isInWar(cid, playerGuild) then
Thanks.