[Tutorial] Register & Login System with Dialogs - DOF2
#15

Quote:
Originally Posted by Issam
View Post
Step 5

Now we got to save some variables, so we create an enum.
Enums, aka Enumerations are every useful for representing large groups of data and modifying constants quickly.
So we will store our Kills,Deaths,Money and Admin Level.
pawn Code:
enum pInfo
{
    pKills,
    pDeaths,
    pMoney,
    pAdmin
}
new PlayerInfo[MAX_PLAYERS][pInfo];
Where to exactly ADD THIS? someone HELP HERE!!
Edited, take a look now.
Reply


Messages In This Thread
Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 07.09.2011, 16:35
Re: Register & Login System with Dialogs - DOF2 - by Horrible - 08.09.2011, 05:30
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 08.09.2011, 07:36
Re: Register & Login System with Dialogs - DOF2 - by Jack_Leslie - 08.09.2011, 07:42
Re: Register & Login System with Dialogs - DOF2 - by Kush - 08.09.2011, 10:45
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 08.09.2011, 10:48
Re: Register & Login System with Dialogs - DOF2 - by Darnell - 08.09.2011, 12:22
Re: Register & Login System with Dialogs - DOF2 - by Davz*|*Criss - 08.09.2011, 13:56
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 08.09.2011, 16:05
Re: Register & Login System with Dialogs - DOF2 - by Darnell - 08.09.2011, 16:57
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 08.09.2011, 17:00
Re: Register & Login System with Dialogs - DOF2 - by Basicz - 09.09.2011, 05:27
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 09.09.2011, 15:07
Re: Register & Login System with Dialogs - DOF2 - by Issam - 16.09.2011, 10:51
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 16.09.2011, 12:57
Re: Register & Login System with Dialogs - DOF2 - by Issam - 16.09.2011, 13:34
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 16.09.2011, 13:38
Re: Register & Login System with Dialogs - DOF2 - by Issam - 16.09.2011, 13:46
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 16.09.2011, 13:58
Re: Register & Login System with Dialogs - DOF2 - by Issam - 16.09.2011, 14:08
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 16.09.2011, 14:22
Re: Register & Login System with Dialogs - DOF2 - by Issam - 16.09.2011, 16:20
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 16.09.2011, 16:40
Re: Register & Login System with Dialogs - DOF2 - by Issam - 16.09.2011, 17:20
Re: Register & Login System with Dialogs - DOF2 - by Jafet_Macario - 16.09.2011, 17:26
Re: Register & Login System with Dialogs - DOF2 - by andybtv - 08.10.2011, 13:45
Re: Register & Login System with Dialogs - DOF2 - by LukisHard - 12.06.2012, 05:58
Re: Register & Login System with Dialogs - DOF2 - by Tr0jan - 30.09.2012, 17:31
Re: Register & Login System with Dialogs - DOF2 - by Lordzy - 30.09.2012, 17:57
Re: Register & Login System with Dialogs - DOF2 - by VibleX4 - 14.10.2012, 10:29
Re: Register & Login System with Dialogs - DOF2 - by Coder_ - 14.10.2012, 13:48
Re: Register & Login System with Dialogs - DOF2 - by PolisManovic - 30.12.2016, 13:46
Re: Register & Login System with Dialogs - DOF2 - by Vizi10 - 18.07.2018, 11:08
Re: Register & Login System with Dialogs - DOF2 - by CaptainBoi - 21.08.2018, 09:10

Forum Jump:


Users browsing this thread: 1 Guest(s)