SA-MP Forums Archive
error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: error (/showthread.php?tid=116134)



error - armyoftwo - 27.12.2009

Код:
stock GivePlayerProgress(playerid, progress)
{
    GetPlayerScore(playerid) = GetPlayerScore(playerid) + progress; // error line
    return SetPlayerScore(playerid);
}
Код:
error 022: must be lvalue (non-constant)
No idea whats wrong



Re: error - Correlli - 27.12.2009

Learn how to use GetPlayerScore and SetPlayerScore, check the wiki.


Re: error - armyoftwo - 27.12.2009

Fixed it anyways