Skip to content

Conversation

@PugDev23
Copy link
Contributor

Im working on a robbery creator script an spent a long time trying to figure out why the CustomAlert() function was not working with the data that i was trying to send through and then realized that the dispatch script had these two major mistakes that were causing all the weird functionality. I still dont know why camID doesnt work though.

Old: addBlip(data, Config.Blips[data.codeName] or data)
New: addBlip(data, Config.Blips[data.codeName] or data.alert)
Fixed false being a string making it true in the CustomAlert function
@MonkeyWhisper MonkeyWhisper merged commit f0d0b49 into Project-Sloth:main Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants