ADD_BLIP_FOR_COORD
Creates a blip for the specified coordinates. You can use `SET_BLIP_` natives to change the blip. **This is the server-side RPC native equivalent of the client native [ADD_BLIP_FOR_COORD](?\_0x5A039BB0BCA604B6).**
CFX
Signature
lua
AddBlipForCoord(0.0, 0.0, 0.0)
-- returns BlipParameters
| Name | Type | Description |
|---|---|---|
| float | The X coordinate to create the blip on. | |
| float | The Y coordinate. | |
| float | The Z coordinate. |
Usage
lua
AddBlipForCoord(0.0, 0.0, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
