_0xDD2620B7B9D16FF1
Docslocal retval = 0xdd2620b7b9d16ff1(player, p1)Description
2 occurrences in agency_heist3a. p1 was 0.7f then 0.4f.
Parameters
| Name | Type | Description |
|---|---|---|
player | Player | — |
p1 | float | — |
Quick Snippet: Get Playerplayer
playerUse this to get the local player ID or a target player's server ID.
-- Get the local player index (client-side)
local playerId = PlayerId()
-- Get the local player's server ID (for server events)
local serverId = GetPlayerServerId(playerId)
print("Player ID: " .. playerId)
print("Server ID: " .. serverId)
-- Get player ped from a server ID:
-- local targetPed = GetPlayerPed(GetPlayerFromServerId(targetServerId))Returns
BOOLReturns TRUE (1) or FALSE (0).