OnPlayerLogin help.
#1

I get this, mabye someone can help me, thanks in advance!

Код:
C:\Users\Nate\Desktop\SAMP-RP\gamemodes\R-RP.pwn(8805) : error 025: function heading differs from prototype
PHP код:
}
stock OnPlayerLogin(playeridpassword[])
{
    new 
        
sqlQuery[300], 
        
password2 num_hash(password)
    ;
    
format(sqlQuerysizeof(sqlQuery), "SELECT * FROM samp_users WHERE `Username`='%s' AND `Password`='%d'"GPN(playerid), password2);
    
mysql_query(sqlQueryTHREAD_LOGINplayerid);
    return 
1;

Reply


Messages In This Thread
OnPlayerLogin help. - by N0FeaR - 04.01.2016, 16:37
Re: OnPlayerLogin help. - by Riddick94 - 04.01.2016, 16:51
Re: OnPlayerLogin help. - by N0FeaR - 04.01.2016, 16:57
Re: OnPlayerLogin help. - by Riddick94 - 04.01.2016, 16:58
Re: OnPlayerLogin help. - by N0FeaR - 04.01.2016, 17:15
Re: OnPlayerLogin help. - by Riddick94 - 04.01.2016, 17:23
Re: OnPlayerLogin help. - by justinnater - 04.01.2016, 17:23
Re: OnPlayerLogin help. - by Lucky13 - 04.01.2016, 17:41
Re: OnPlayerLogin help. - by Riddick94 - 04.01.2016, 17:43
Re: OnPlayerLogin help. - by Lucky13 - 04.01.2016, 17:58

Forum Jump:


Users browsing this thread: 1 Guest(s)