PL/getAccountsBySerial
Jump to navigation
Jump to search
Funkcja ta zwraca tabelę table zawierającą wszystkie konta accounts które zalogowały się na dany serial.
Składnia
table getAccountsBySerial ( string serial )
OOP Syntax Help! I don't understand this!
- Note: This function is a static function underneath the Account class.
- Method: Account.getAllBySerial(...)
Wymagane argumenty
- serial: serial z którego chcemy pobrać konta
Zwracana wartość
Funkcja ta zwraca tabelę table zawierającą konta powiązane z tym serialem. Fałsz jeżeli podaliśmy zły serial w argumencie.
Przykład
Przykład ten dodaje komendę getAccounts która wyświetla ilość kont powiązaną z naszym serialem.
addCommandHandler("getAccounts", function (player, cmd) local serial = getPlayerSerial(player) local accounts = getAccountsBySerial(serial) outputChatBox("You have " .. #accounts .. " accounts.", player) end)
Zobacz również
- addAccount
- copyAccountData
- getAccount
- getAccountData
- getAccountName
- getAccountPlayer
- getAccountSerial
- getAccounts
- getAccountsBySerial
- getAllAccountData
- getPlayerAccount
- isGuestAccount
- logIn
- logOut
- removeAccount
- setAccountData
- setAccountPassword
- getAccountByID
- getAccountID
- getAccountIP
- getAccountsByData
- getAccountsByIP
- setAccountName