Jump to content

message script


Recommended Posts

Posted

i search a script where comes every time ( 30 seconds) a message comes in chat , ( every time a other message ) and i like to edit self the messages... is that possible? thanx :D

( sorry for my bad english )

Posted
every 30 seconds? wow thats real spam
local messageTable =
{
"a message",
"another message",
"something totally different",
"etc...",
}
 
function outputSpam()
outputChatBox(messageTable[math.random(1,#messageTable)],getRootElement(),255,255,255)
end
setTimer(outputSpam,30000,0)

I wonder, after your last input @ table "etc...", <-- Should that actually require a dot? ","

I thought it didnt, but not sure.

Posted

Hmm

It doesnt require that comma.

More - i think this will fail, not run with this..

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

Posted

cannoball didnt write any script in this topic, he just quoted o_O

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

Posted
a handy thing with tables is that the last comma can be there but is not needed, but having it there is comfortable when simply copying and pasting new lines
cannonballs script looks good to me :P

huh?

lol failure, seems that he dint checked who made it

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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