Jump to content

Race countdown


R.y.c.k

Recommended Posts

Posted

Hello

I wanted to do something what would prevent theft coundown.png ,I thought streaming images avoid this

But not show images :(

Do you know another way to prevent theft?

My effort :D

g_RaceStartCountdown = Countdown.create(6, launchRace) 
g_RaceStartCountdown:useImages('http://kme-clan.g6.cz/test/countdown_%d.png', 474, 204) 
g_RaceStartCountdown:enableFade(true) 
g_RaceStartCountdown:addClientHook(3, 'playSound', "three.mp3") 
g_RaceStartCountdown:addClientHook(2, 'playSound', "two.mp3") 
g_RaceStartCountdown:addClientHook(1, 'playSound', "one.mp3") 
g_RaceStartCountdown:addClientHook(0, 'playSound', "go.mp3") 
  

Posted

as i know race ORIGINAL "Countdown" system not support the image links

or you not put it in meta

357ac0078264.jpg

- Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]

Posted

You can't show images from URL.

Use "fetchRemote" to create the image and edit the countdown script.

"[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007

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...