I need help with the script in lua

cin34

Member
Jan 23, 2016
32
15
58
I'd like to do a script using Lua's addition to TeamSpeak.
When someone sends me poke to the server, the lua script will send information to my server - http://127.0.0.1/poke/{client_name}/{poke_message}.
Will you help me out?
 

Yousef

Active Member
Nov 16, 2017
36
9
83
i have an idea for u if you know how to coding with lua
you need to create a database with ( ID , Message , DONE )
then select by lua where done = 0
then do poke for all
then update done to 1
 
Top