#Custom app request

27 messages · Page 1 of 1 (latest)

high parcel
#

An speedocamera app. So if you are near and in a radius it sends an message to the phone: There is an speedcamera near you.
I will hope that someone will do this

humble tendon
# high parcel An speedocamera app. So if you are near and in a radius it sends an message to t...

If you're looking to just send a message to the players phone then an app wouldn't be needed.

Simply utilize this export to send a message to a players phone

exports["lb-phone"]:SendMessage(from, to, message, attachments, cb, channelId)```

All the information for the arguments can be found below.

-- from: string, the phone number of the sender
-- to: string, the phone number of the receiver
-- message: string, the message to send, or nil
-- attachments: table | string, an array of attachments (links), can be json encoded or nil
-- cb: function, the callback function
-- channelId string, the channel id to send the message to, can be nil

high parcel
#

so it needs to be an app but thanks

humble tendon
#

Why would it need to be an app to get cords?

high parcel
#

bc it needs to send an message to the person that is near the speedcamera (so cords + radius)

humble tendon
#

Why wouldn't you be able to pass this data over in a message or notification?

high parcel
#

Bc an app is realistic

#

and just an message is nothing that is boring

humble tendon
#

So what you're saying is that you want some what of an UI built to display how far you're away and in what direction the camera is?

high parcel
humble tendon
high parcel
#

If you are close to an speedcamera

#

It sends an notify to the phone: You are near an speedcamera watch your speed the max speed is: (Speed km/h)

#

with an app

humble tendon
#

Now when you say "with an app"

#

You just want an app so it would display an icon in the notification?

humble tendon
#

Or do you want the app to have other functionality?

high parcel
#

And that you need to install it before it works

#

@humble tendon

humble tendon
high parcel
#

can i send in your dm?

humble tendon
#

Sure, I'll take a look at it once I'm back at my pc.