Need help with Registration System.
#1

Hello guys, I've had a problem.
Here it is.

The Errors
Код:
C:\Users\owner\Desktop\Roleplay Gamemode\gamemodes\LosAngeles.pwn(34) : error 017: undefined symbol "pInfo"
C:\Users\owner\Desktop\Roleplay Gamemode\gamemodes\LosAngeles.pwn(34) : error 029: invalid expression, assumed zero
C:\Users\owner\Desktop\Roleplay Gamemode\gamemodes\LosAngeles.pwn(34) : error 029: invalid expression, assumed zero
C:\Users\owner\Desktop\Roleplay Gamemode\gamemodes\LosAngeles.pwn(34) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
And the Line34
Код:
forward loadaccount_user(playerid, name[], value[]);
public loadaccount_user(playerid, name[], value[])
{
    INI_String("Password", pInfo[playerid][Pass],129);
    INI_Int("AdminLevel", pInfo[playerid][AdminLevel]);
    INI_Int("VIPLevel", pInfo[playerid][VIPLevel]);
    INI_Int("HelperLevel", pInfo[playerid][HelperLevel]);
    INI_Int("TesterLevel", pInfo[playerid][TesterLevel]);
    INI_Int("Scores", pInfo[playerid][Scores]);
    INI_Int("Money", pInfo[playerid][Money]);
    INI_Int("Kills", pInfo[playerid][Kills]);
    INI_Int("Deaths", pInfo[playerid][Deaths]);
    INI_Int("Skin", pInfo[playerid][Skin]);
    INI_Float("PosX", pInfo[playerid][PosX]);
    INI_Float("PosY", pInfo[playerid][PosY]);
    INI_Float("PosZ", pInfo[playerid][PosZ]);
    return 1;
}
Nvm I post it all so you can tell me which one is the problem.
Thanks anyway.

Idk what is the problem but i expecting that you guys can help me.

If you want i can post my whole gamemode here.
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: 1 Guest(s)