Plate Posted March 29, 2017 Share Posted March 29, 2017 Hola, tengo una duda y es ¿por que este script tan simple no funciona? function crearAgua() water = createWater(-2011, 198, 10, -1988, 197, 10, -1987, 98, 10, -2011, 99, 10) if water then outputChatBox("AGUA") setWaterLevel ( water, 40 ) end end addEventHandler("onClientResourceStart", resourceRoot, crearAgua) El chatbox de "AGUA" sale pero el agua no se crea Imagen de donde se deberia crear el agua http://imgur.com/a/p3fYP Link to comment
Arsilex Posted March 29, 2017 Share Posted March 29, 2017 El agua no se genera si las coordenadas no se ponen en el orden correcto. Es decir: bottom left (south-west) bottom right (south-east) top left (north-west) top right (north-east) 1 Link to comment
Plate Posted March 30, 2017 Author Share Posted March 30, 2017 Funciono perfecto, muchas gracias! http://imgur.com/a/ISAmJ Link to comment
Recommended Posts