BUD help
#1

Hi SA-MP.com, yesterday I created a simple Login/Register system , i tested it today, all working perfecttly, but when i leaved from game in console was:
pawn Код:
BUD - Error: The number of type definitions doesn't match the number of entries passed to BUD::MultiGet; typedefs: 2, entries: 4.
And the linie:
pawn Код:
public OnPlayerDisconnect( playerid, reason )
{
    new
        iUID = BUD::GetNameUID( GetName( playerid ) )
    ;
    BUD::MultiSet( iUID, "iifi",
         SetPVarInt( playerid, "Money"),
         SetPVarInt( playerid, "Score"),
         SetPVarInt( playerid, "Health"),
         SetPVarInt( playerid, "Coins")
    );
    return 1;
}
Can you help me pleasE?
Reply


Messages In This Thread
BUD help - by DAVIDXP - 16.06.2013, 10:44
Re: BUD help - by Rock - 16.06.2013, 10:49
Re: BUD help - by DAVIDXP - 16.06.2013, 11:11

Forum Jump:


Users browsing this thread: 1 Guest(s)