Jump to content
  • 0

[question]SQL Voice Command


Question

Posted

hello maxcheaters... i have question how to make voice command that makes SQL script?

for example .changenpcname

 

and sql script

 

update npc SET title = 'By Leki' where id between 1 and 99999;
update npc SET serverSideTitle = '1' where id between 1 and 99999;
update npc SET serverSideName = '1' where id between 1 and 99999;

 

it's possible?

7 answers to this question

Recommended Posts

  • 0
Posted

pff

 

1st its just a normal SQL statement inside java nothing special

2nd thats extremly stupid

3rd if you want to become the next wannabe breakout developer of the year go on but dont wait for us to tell you are cool

Guest
This topic is now closed to further replies.


×
×
  • Create New...