SET_PLAYER_ROUTING_BUCKET
Sets the routing bucket for the specified player. Routing buckets are also known as 'dimensions' or 'virtual worlds' in past echoes, however they are population-aware.
CFX
Signature
lua
SetPlayerRoutingBucket(playerSrc, 0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| char* | The player to set the routing bucket for. | |
| int | The bucket ID. |
Usage
lua
SetPlayerRoutingBucket(playerSrc, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
