#Cosmetic Permission Modifier For Giveaway Winners
1 messages · Page 1 of 1 (latest)
It would work something like this if you used c#```
using system;
namespace cosmeticNameHere-choser{
public class cosmeticUsers{
Main(args[], string){
static public string users = var
string[] substrings = users.Split(',');
Dictionary<string, string> dynamicVariables = new Dictionary<string, string>();
for (int i = 0; i < substrings.Length; i++)
{
dynamicVariables.Add($"var{i + 1}", substrings[i]);
}
// Access dynamically stored variables
foreach (var kvp in dynamicVariables)
{
Console.WriteLine($"{kvp.Key}: {kvp.Value}");
}
// Output:
// var1: username1
// var2: username2
// var3: username3
// and so on
}
}
}
So if I gave my friend my personal cosmetic but then wanted to remove it from his account i could
I didn’t win anything either