andrex123 Posted January 30, 2012 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
Castillo Posted January 30, 2012 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)
Recommended Posts