PL/getAccountPlayer: Difference between revisions
Jump to navigation
Jump to search
m (GabWas moved page PL/GetAccountPlayer to PL/getAccountPlayer) |
m (Добавление языков) |
||
Line 29: | Line 29: | ||
{{Account functions}} | {{Account functions}} | ||
[[en:getAccountPlayer]] | |||
[[ru:getAccountPlayer]] | [[ru:getAccountPlayer]] | ||
[[ar:getAccountPlayer]] | [[ar:getAccountPlayer]] | ||
[[ | [[pl:GetAccountPlayer]] | ||
[[zh-cn:GetAccountPlayer]] |
Latest revision as of 13:02, 12 April 2021
Ta funkcja pobiera gracza player który jest aktualnie zalogowany na koncie account. Tylko jeden gracz może być zalogowany jednocześnie na danym koncie.
Składnia
player getAccountPlayer ( account konto)
OOP Syntax Help! I don't understand this!
- Method: account:getPlayer(...)
- Variable: .player
Wymagane argumenty
Zwracana wartość
Funkcja ta zwraca gracza player jeżeli na danym koncie jest ktoś zalogowany, lub fałsz w przeciwnym razie.
Przykład
Przykład ten sprawdza czy jest ktoś zalogowany na koncie, jeżeli tak to sprawdza czy ta osoba żyje.
function isAccountUserAlive ( theAccount ) local thePlayer = getAccountPlayer ( theAccount ) -- pobieramy gracza który jest zalogowany if ( getElementType ( thePlayer ) == "player" ) then -- sprawdzamy czy jest to na pewno gracz return not isPedDead(thePlayer) -- sprawdzamy czy żyje end return false 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