PL/getAccountPlayer: Difference between revisions
Jump to navigation
Jump to search
Jurandovsky (talk | contribs) |
(No difference)
|
Revision as of 16:45, 5 March 2016
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