Need help with Registration System.
#4

Quote:
Originally Posted by SyntaxQ
Посмотреть сообщение
Do you have this kind of enum in your script? You have not defined variable pInfo
pawn Код:
enum PlayerInfo
{
      Password[129],
      AdminLevel,
       // etc
}
new pInfo[MAX_PLAYERS][PlayerInfo];
Yup, Here they are.
Код:
enum PlayerInfo
{
	Pass[129],
	AdminLevel,
	VIPLevel,
	HelperLevel,
	TesterLevel,
	Scores,
	Money,
	Kills,
	Deaths,
	Skin,
	Float:PosX,
	Float:PosY,
	Float:PosZ
}
new pInfo[MAX_PLAYERS] [PlayerInfo];
Reply


Messages In This Thread
Need help with Registration System. - by Symphony - 08.04.2014, 14:24
Re: Need help with Registration System. - by BleverCastard - 08.04.2014, 14:28
Re: Need help with Registration System. - by SyntaxQ - 08.04.2014, 14:30
Re: Need help with Registration System. - by Symphony - 08.04.2014, 14:39
Re: Need help with Registration System. - by SyntaxQ - 08.04.2014, 14:42
Re: Need help with Registration System. - by Symphony - 08.04.2014, 14:44
Re: Need help with Registration System. - by Konstantinos - 08.04.2014, 14:49
Re: Need help with Registration System. - by Symphony - 08.04.2014, 14:55

Forum Jump:


Users browsing this thread: 2 Guest(s)