- 0
BUD help
-
Similar Content
-
- 4 replies
- 129 views
-
- 2 answers
- 272 views
-
- 5 replies
- 170 views
-
- 2 answers
- 158 views
-
- 5 replies
- 384 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
SpriTe_
Salut SA-Mp.ro, de cand am invat BUD, incerc sa fac un sistem de LOGIN si REGISTER, deci l-a finisat 0warns/0errors , si l-am testat totul merge perfect, dar cand am iesit de la test, am vazut asta in consola:
[pawn]
BUD - Error: The number of type definitions doesn't match the number of entries passed to BUD::MultiGet; typedefs: 2, entries: 4.
[/pawn]
Iata llinia care-mi da eroarea:
[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;
}
[/pawn]
Can you help me pleasE?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts