andrex123 Posted January 30, 2012 Share Posted January 30, 2012 (edited) Aka el script setTimer (outputChatBox, 4000, 1, "#C2C2C2 Recibido piloto " ..namepla.. " En unos momentos te daremos el permiso de despege", thePlayer, 255, 255, 255, true) si quieres te muestro el scrip completo addEvent("lslv",true) addEventHandler("lslv",root, function (thePlayer) local namepla = getPlayerName(source) outputChatBox ("#C2C2C2 Enviando informacion a la torre de control de LS", source, 255, 255, 255, true) setTimer (outputChatBox, 4000, 1, "#C2C2C2 Recibido piloto " ..namepla.. " En unos momentos te daremos el permiso de despege", thePlayer, 255, 255, 255, true) end) esta todo en server side, el primer scrip que le mostro no me funciona el #*C2C2C2 Edited January 30, 2012 by Guest Link to comment
Castillo Posted January 30, 2012 Share Posted January 30, 2012 addEvent("lslv",true) addEventHandler("lslv",root, function () local namepla = getPlayerName(source) outputChatBox ("#C2C2C2 Enviando informacion a la torre de control de LS", source, 255, 255, 255, true) setTimer (outputChatBox, 4000, 1, "#C2C2C2 Recibido piloto ".. namepla .." En unos momentos te daremos el permiso de despege", source, 255, 255, 255, true) end) Link to comment
andrex123 Posted January 30, 2012 Author Share Posted January 30, 2012 Gracias, si sirve Link to comment
Recommended Posts