Anyelberth Posted April 5, 2013 Share Posted April 5, 2013 Hola Jovenes. Quisiera Saver Como Aser Un Script Para Que Diga Con outputChatbox Los Nombres que a Tenido El Serial De Los Users. Ejemplo. /serial anyelberth (royer - Jacop - Tetrix - Topic - |For-Speed| <--(EjemploDelActual) - Se Los Tendre Muy Agradecido. Link to comment
Renkon Posted April 5, 2013 Share Posted April 5, 2013 getPlayerSerial -- para tener el serial executeSQLQuery -- para usar querys de insert y select en SQLite outputChatBox -- para mostrar el dato Link to comment
Anyelberth Posted April 5, 2013 Author Share Posted April 5, 2013 Me Podrias Dar Un Ejemplo? Link to comment
Renkon Posted April 5, 2013 Share Posted April 5, 2013 --Ejemplos addEventHandler("onPlayerJoin", root, function() outputChatBox(getPlayerName(source).."'s serial: "..getPlayerSerial(source), root, 255, 255, 0) executeSQLQuery("INSERT INTO tabla(a1, a2, a3, ..) VALUES ....") end) Ahi tenes ejemplo de cada funcion Link to comment
Recommended Posts