Is it possible to set different time intervals for the promotions in APromotion?
For example, to go from group 1 to group 2 takes 1 hour, and to go from group 2 to group 3 takes 5 hours.
Also, I am getting errors in the server's console.
Code:
Time Error: autorun/server/APromotion.lua:43: attempt to perform arithmetic on field 'Time' (a nil value)
Line 43 contains:
Code:
ply.Time = ply.Time + 1
What is strange is that even though it is outputting the error, it is still adding time to all of the text files.
Thanks for the help.