1. I need to run a funtion, that executes for all players
    I saw in Exodus plugin a thing called foreach bu seems not working in my code, I miss something :S
    [DOUBLEPOST=1453226201][/DOUBLEPOST]Solved :D

    var Online = BasePlayer.activePlayerList as List<BasePlayer>;
    foreach( BasePlayer player in Online )
    {
    //do something :D
    }
     
  2. Wulf

    Wulf Community Admin