- 0
Eroare
-
Similar Content
-
eroare
By RazvaNeLL110,
- 4 replies
- 55 views
-
- 0 replies
- 20 views
-
- 2 answers
- 169 views
-
- 4 answers
- 131 views
-
- 2 answers
- 216 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
By RazvaNeLL110,
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
Shad0wdpbgd
Salut, am aceasta eroare, stie cineva cum sa o rezolve? As fi recunoscator, multumesc.
error 040: duplicate "case" label (value 17)
cod:
case 17..35: {
amount = random(6) + 13;
if(CrateType[i] == 1) amount+= 5;
format(string, sizeof(string), "~r~Crate System~w~~h~~n~~n~Step: %d/30~n~~b~%sx PP", 30-CrateTime[i], FormatNumber(amount));
PlayerTextDrawSetString(i, CrateTD, string);
if(CrateTime[i] == 0) PlayerInfo[i][pPremiumPoints] += amount, Update(i, pPremiumPoints), PlayerTextDrawHide(i, CrateTD), format(string, sizeof(string), "Felicitari, %s! Ai castigat %s puncte premium.", GetName(i), FormatNumber(amount));
SCM(i, COLOR_YELLOW, string);
}
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.