09-20-2009 03:29 PM
|
|
O-fire lua messed up
wrong message is displaying in ofire
Quote:
[09:22] <+onE> satan
[09:22] <DrSatan> yo
[09:22] <+onE> in ofire when sec goes down..announcer says 5...when it goes back up he says 4
[09:23] <+blade> lol
[09:23] <+onE> and the text of Security online...pops up 10 secs b4 it comes back online
|
|
|
Issue Details
|
Category LUA (Map Scripting)
Status Fixed
Priority 7 - Med/Low
Affected Version 2.4
Fixed Version 2.42
Users able to reproduce bug
0
Users unable to reproduce bug
0
Assigned Users
Dr.Satan
Tags
(none)
|
|
09-20-2009 03:30 PM
|
|
Code:
function aardvarksecup10red()
BroadCastMessage("#FF_RED_SEC_ON")
end
function aardvarksecup10blue()
BroadCastMessage("#FF_BLUE_SEC_ON")
end
should be
Code:
function aardvarksecup10red()
BroadCastMessage("#FF_RED_SEC_10")
end
function aardvarksecup10blue()
BroadCastMessage("#FF_BLUE_SEC_10")
end
fixed for next patch
|
All times are GMT. The time now is 11:47 PM.