hey, i understood everything except:
where should i add this:
where should i add this:
Code Snippet
Plaintextplayers = get_players();
for(i=0;i<players.size;i++)
{
players[i] thread staminup();
players[i] thread deadshot();
players[i] thread mulekick();
}11 years ago