08-30-2012, 03:12
Hi guys, im trying to make my first mw3 server plugin,
The problem is here:
The problem is that, it always show the last text of the array, whats wrong with my plugin?
The problem is here:
Code:
entity.OnInterval(2000, player =>
{
foreach (string sOutput in arrText)
{
player.AfterDelay(2000, giocatore =>
{
littleMessage.SetText(sOutput);
});
}
return false;
});
The problem is that, it always show the last text of the array, whats wrong with my plugin?
My Reputation is low, help me with +1 rep if i helped you!