16.06.2013, 10:44
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:
And the linie:
Can you help me pleasE?
pawn Код:
BUD - Error: The number of type definitions doesn't match the number of entries passed to BUD::MultiGet; typedefs: 2, entries: 4.
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;
}