Hello. I need some help, i just wonder if there is any way to make one item usable one time each round. I will give u one example:
Code:
new const g_property2_name[TOTAL][] =
{
"",
"",
"Interval Between",
"Interval Between",
"",
"",
"",
"Interval Between",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"Delay After Usage",
"Delay After Usage",
"Delay After Usage",
"Delay After Usage"
};
new const g_property2_default_value[TOTAL][] =
{
"",
"",
"0.5",
"0.5",
"",
"",
"",
"200",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"60",
"60",
"60",
"One Round"
As you see the value is inserted as seconds, what i wonder is if there is any value so you can make it usable only once each round.
I need help with the italic selection...