error 022: must be lvalue (non-constant)
#2

Код:
stock AdminRank(playerid)
{
new file[64],temp;
GetPlayerName(playerid,pname,MAX_PLAYER_NAME);
format(file, 64, "Admin/Users/%s.ini", pname);
temp=DOF2_GetInt(file, "AdminRank");
return temp;
}
Reply


Messages In This Thread
error 022: must be lvalue (non-constant) - by ilay65 - 01.07.2014, 11:43
Re: error 022: must be lvalue (non-constant) - by Rittik - 01.07.2014, 11:54
Re: error 022: must be lvalue (non-constant) - by ilay65 - 01.07.2014, 12:00
Re: error 022: must be lvalue (non-constant) - by Vince - 01.07.2014, 12:11
Re: error 022: must be lvalue (non-constant) - by ilay65 - 01.07.2014, 12:23
Re: error 022: must be lvalue (non-constant) - by ilay65 - 01.07.2014, 14:51

Forum Jump:


Users browsing this thread: 2 Guest(s)