solarte312 Posted December 27, 2011 Share Posted December 27, 2011 es que lo descargue y pegue en resources de la carpeta de servers y todo eso, modifique la linea que dice que hay que modificar en server.conf pero cuando intento hacerlo funcionar en el server no me funciona que hago? is to download and paste in the resources folder and all servers, modify the line that says you have to modify server.conf but when I get to work on the server I do not work for me? sorry my bad english Link to comment
andrex123 Posted January 6, 2012 Share Posted January 6, 2012 el resource/Recurso water_level ? bueno, yo lo e usado, no ma a dado proble, por que no lo toco, no lo modifique nada, solo le cambia el comando de /water a /Agua, trata de restaurar el resource/recurso Link to comment
Klesh Posted January 6, 2012 Share Posted January 6, 2012 Prueba este : addCommandHandler ( "agua", function ( thePlayer, command, level ) if level and tonumber ( level ) then setWaterLevel ( tonumber( level ) ) outputChatBox ( "El nivel del agua ahora es " .. level ) end end ) Es tipo servidor. <meta> <script src="agua.lua" type="server" /> </meta> Link to comment
andrex123 Posted January 6, 2012 Share Posted January 6, 2012 Prueba este : addCommandHandler ( "agua", function ( thePlayer, command, level ) if level and tonumber ( level ) then setWaterLevel ( tonumber( level ) ) outputChatBox ( "El nivel del agua ahora es " .. level ) end end ) Es tipo servidor. <meta> <script src="agua.lua" type="server" /> </meta> Jeje bueno, ya lo abia echo, solo era un sugerencia el creador del tema Link to comment
Recommended Posts