| Property | Value |
|---|---|
| Native Name | SET_BLIP_SCALE |
| Hash | 0xD38744167B2FA257 |
| Return Type | void |
| Build | 1207 |
| Parameters | blip (Blip), scale (float) |
Description: only works for BLIP_ADD_FOR_RADIUS AND BLIP_ADD_FOR_AREA, this native works as a radius not really a scale
Usage
Lua (Direct):
SetBlipScale(blip, scale)
Lua (Hash):
Citizen.InvokeNative(0xD38744167B2FA257, blip, scale)