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
#2

That's not the correct way to use MultiSet!
Read THIS PART of my tutorial to see how you should do it.
Reply
#3

Quote:
Originally Posted by Rock
Посмотреть сообщение
That's not the correct way to use MultiSet!
Read THIS PART of my tutorial to see how you should do it.
Mersi Rock
thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)