Jump to content

Ads


Soren

Recommended Posts

Hola a todos el otro dia vi que estaban discutiendo sobre como mandar anuncios y pense usar ese script en mi server pero ya no encontre ese foro en fin busque en la community encontre algunos... todos apestan. en fin aqui lo que hice:

local ad =  
    outputChatBox ("#00ff00Wanna help the server out? #ff0000Donate! at #00ffffwww.avh-mta.es.tl", 255, 255, 255, true) 
    outputChatBox ("#00ff00Owner: #ff6600Soren & Majdy", 255, 255, 255, true) 
    outputChatBox ("#00ff00Have you heared about #00fff0Alien vs Humans web page? #996600www.avh-mta.es.tl", 255, 255, 255, true) 
    outputChatBox ("#00ff00Have new ideas for the server? #ff6600Post it in our web page #966009www.avh-mta.es.tl", 255, 255, 255, true) 
  
  
function sendAds ( text ) 
    setTimer ( outpuChatBox( ad#), 10000, 1 ) 
end 

Que le falta? diganme porfavor

Link to comment
local ads = 
{ 
    "#00ff00Wanna help the server out? #ff0000Donate! at #00ffffwww.avh-mta.es.tl", 
    "#00ff00Owner: #ff6600Soren & Majdy", 
    "#00ff00Have you heared about #00fff0Alien vs Humans web page? #996600www.avh-mta.es.tl", 
    "#00ff00Have new ideas for the server? #ff6600Post it in our web page #966009www.avh-mta.es.tl", 
} 
  
  
function sendAds () 
    setTimer ( outputChatBox, 10000, 1, ads[math.random(#ads)], root, 255, 255, 255, true ) 
end 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...