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![]()
var Online = BasePlayer.activePlayerList as List<BasePlayer>;
foreach( BasePlayer player in Online )
{
//do something
}
Solved Execute a function for all players :D
Discussion in 'Rust Development' started by TheMechanical97, Jan 19, 2016.