View Single Post
Fyren
FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren
Join Date: Feb 2106
Old 07-08-2017 , 08:32   Re: Simple Player logger plugin (problem with enums)
Reply With Quote #3

Although you can use enums to emulate structs, your given code won't work even fixing up your enum use. You can't assign arrays like that since they don't have explicitly set (and equal) sizes.

You might want to start out with the tutorial articles on the wiki or looking through existing code if you already have a grasp on programming in general.

Last edited by Fyren; 07-08-2017 at 08:32.
Fyren is offline