We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41beef commit 1422868Copy full SHA for 1422868
pages/radio/faq.mdx
@@ -64,7 +64,7 @@ Change `Shared.OpenType.Value` in `zerio-radio/shared/opentype.lua` to `"custom"
64
65
```lua
66
if tostring(item) == "radio" then
67
- TriggerClientEvent("zerio-radio:client:removedradio", player.PlayerData.source)
+ TriggerClientEvent("zerio-radio:client:removedradio", Player.PlayerData.source)
68
end
69
```
70
0 commit comments