MRU Revamp and the Scripting/Mapping Forums

Started by Cobra {sfx}, December 20, 2015, 12:19:02 PM

Previous topic - Next topic

Goober {sfx}

Quote from: Cobra {sfx} on December 26, 2015, 12:40:12 PM
Some colour requests in that above pic lol ;)


What specific color changes did you need?

Cobra {sfx}

#16
Can you make numbers Orange, any text after these ---> // in Green
... No worries if it doesnt, the rest look pretty good to me

Code (cpp) Select

GreenCorona local.origin:

local.AL_Number = randomint 70000
local.AL = spawn script_model model models/fx/corona_green_bright.tik
local.AL.targetname = ("ALLIES" + local.AL_Number)
$("ALLIES" + local.AL_Number) notsolid
$("ALLIES" + local.AL_Number).origin = local.origin
iprintlnbold_noloc "[Green Corona Added]"
$("ALLIES" + local.AL_Number) thread Flasher // Insert Girly Scream Here
end



Flasher:
self thread Marker
while(1)
{
self show
wait 1
self hide
wait 1
}
end
Sleep? What is that?