- 0
intrebare task / function
-
Similar Content
-
- 1 answer
- 903 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
GEORGIKAA
cum pot muta task-u asta pe function?
sunt incepator. in include-ul respectiv se foloseste de ysi, eu nu ma folosesc si nu vreau sa-l bag.
nu stiu in ce pot schimba acel (2000) sau cum transform asta in functie.
task teamStart(2000) { for(new i; i < 6; i++) { if(startMatchTime[i] != 1) startMatchTime[i]-= 2; if(startMatchTime[i] < 3) { startMatchTime[i] = 1; foreach(new x : Player) { if(teamPlacedBet[x] != i) { resetTeamTimer(i); } } } } return 1; }
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now