View Single Post
  #5  
Old 04-26-2012, 09:07 AM
podvoxx podvoxx is offline
Approved Member
 
Join Date: Feb 2010
Posts: 190
Default

Quote:
Originally Posted by FG28_Kodiak View Post
Seems there is a problem in
private void send(Player[] players, string msgKey, string target, params object[] args)
in combination with OnActorDead. I've checked not all logs at the moment, but the others exeptions i see, was from the engine (these happens sometimes without any script, also).

Code:
maddox.game.IGamePlay.gpHUDLogCenter(Player[] to, String msg, Object[] parms)
Mission.send(Player[] players, String msgKey, String target, Object[] args)
Mission.SendMessageToAll(String msgKey, String target, Object[] args)
Mission.messageTaskComplite(Int32 taskPrice, Int32 armyTask, String msg)
Mission.OnActorDead(Int32 missionNumber, String shortName, AiActor actor, List`1 damages)
Will take a deeper look at it, today.


Yeah, maybe. There are also problems with HUD-messaging(the players do not see them).

Localization system need another method for only translate operation(to translate text on menu and send him to player)

Mission also need reload after 4 hours(maybe need correct time) and send message whith results (winner side).

In attache old version of Red Convoy whith two destroyers.
Attached Files
File Type: zip whithdestroyers.zip (7.0 KB, 7 views)

Last edited by podvoxx; 04-26-2012 at 09:09 AM.
Reply With Quote