14.12.2012, 12:54
pawn Код:
{
if(udb_hash(inputtext) == PlayerInfo[playerid][pPassHash])
{
GivePlayerMoney(playerid,PlayerInfo[playerid][pSoldi]);
SetPlayerSkin(playerid,PlayerInfo[playerid][pSkin]);
} //Weren't you missing this bracket? Or is it a part of the script...