View Single Post
  #5  
Old 10-23-2011, 01:14 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Quote:
Originally Posted by mazex View Post
I have seen some really "rookie" C# code snippets floating around on the net for CoD... Could it be that the API:s exposed by CoD for the scripting are not safe so we get weird stuff happening on the client side too?
The answer is yes, scripts can cause crashes. E.g. commonly used script for actors removal causes client crash if a player stays in the cockpit for 3-5 minutes after landing or crashlanding (fixed at R2 and R3, not sure about R1).

Sure there are other bugs present. That is why server owners need help from experienced C# programmers.

FG28_Kodiak is very helpful in solving some key issues with scripts but he does not have time to check out and correct every server script out there alone.

As I understand from your message you have some C# knowledge. If you are willing to help fixing code for Repka servers, please let me know, we will appreciate it. We need a programmer with goodwill and dedication to develop R2 and R3 missions (Steppe map for now).

Last edited by Ataros; 10-23-2011 at 01:17 PM.
Reply With Quote