enum Question.
#4

You can use the same enum if you want, but I prefer using different enums for each system I do so just:

pawn Код:
enum fInfo
{
     pOwner,
     pMembers,
     pRank,
     blabla...etc..
}
new FactionInfo[MAX_PLAYERS][fInfo]
Reply


Messages In This Thread
enum Question. - by SilencedPistol - 09.05.2013, 20:42
Re: enum Question. - by IceCube! - 09.05.2013, 20:46
Re: enum Question. - by Scenario - 09.05.2013, 20:47
Re : enum Question. - by Rayan_black - 09.05.2013, 20:57
Re: enum Question. - by SilencedPistol - 09.05.2013, 21:16
Re: enum Question. - by Scenario - 09.05.2013, 21:19
Re: enum Question. - by SilencedPistol - 09.05.2013, 21:25
Re: enum Question. - by Scenario - 09.05.2013, 21:26
Re: enum Question. - by SilencedPistol - 09.05.2013, 21:28
Re: enum Question. - by Scenario - 10.05.2013, 16:50

Forum Jump:


Users browsing this thread: 2 Guest(s)