This is a definition for time in a banmenu, but i only know Basic so i need som help.
new g_HighBanMenuValues[4] = {5, 60, 6000, 0}
I can see this is an array with 4 values, i would like to convert the values to the following. new g_HighBanMenuValues[4] = {1 Hour,3 Days, 7 Days, Permanent}
My problem is the handling of it, so i need to make those strings as variables and give them a number so when the script runs i takes the number instead of the string......
Hope you understand
/Wolf