when the player dies with the flag, it does not change the addon continues with clothing flag? someone could see the script for me?
function onOutfit(cid, old, current)
if(getPlayerStorageValue(cid, ctfConfig.playerHasFlag) == 1) then
return false
end
local color =...