Posted 21 February 2014 - 04:07 PM
Just Install the API on your computer using pastebin get mhBawGsB emmrf
Thanks for trying out the EMMRF! have fun enjoying the easiest way to recieve modem messages without the hassle of events! :)/>
call the function using:
table messageData = emmrf.recieve()
which returns the following since 1.1 (Removed Return of modemSide):
messageData[1] = senderChannel
messageData[2] = replyChannel
messageData[3] = message
messageData[4] = senderDistance
Version 1.0's function returns this:
messageData[1] = modemSide
messageData[2] = senderChannel
messageData[3] = replyChannel
messageData[4] = message
messageData[5] = senderDistance
Enjoy! :P/>
Thanks for trying out the EMMRF! have fun enjoying the easiest way to recieve modem messages without the hassle of events! :)/>
call the function using:
table messageData = emmrf.recieve()
which returns the following since 1.1 (Removed Return of modemSide):
messageData[1] = senderChannel
messageData[2] = replyChannel
messageData[3] = message
messageData[4] = senderDistance
Version 1.0's function returns this:
messageData[1] = modemSide
messageData[2] = senderChannel
messageData[3] = replyChannel
messageData[4] = message
messageData[5] = senderDistance
Enjoy! :P/>
Edited on 22 February 2014 - 09:36 AM