14.06.2013, 01:41
I just made a new system for my login, and when the player logs in, it is supposed to set their cash, instead, I get Error 17, unidentified symbol.
Here is the area of the bug.
It's nothing causing it, cause commenting the line allows it to compile. +Rep to whoever helps
Here is the area of the bug.
pawn Код:
if(udb_hash(inputtext) == PlayerInfo[playerid][pPass])
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
SpawnPlayer(playerid);
//GivePlayerCash(playerid,PlayerInfo[playerid][pCash]);
}