gatno

Untitled

Oct 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local depot
  2. for factionId=1, 10 do
  3. if FactionManager:getSingleton():getFromId(factionId) and FactionManager:getSingleton():getFromId(factionId).m_Depot then
  4. delete(FactionManager:getSingleton():getFromId(factionId).m_Depot)
  5. FactionManager:getSingleton():getFromId(factionId).m_Depot = nil
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment