View Single Post
psychocoder
Member
Join Date: Jan 2009
Location: Germany
Old 05-20-2009 , 09:46   Re: [DODS] Swap Teams at Round End v1.0.200
Reply With Quote #15

Ohh very fast edit.

I think you forgot the initialisation of g_round. Or were all declaratet variables 0 ?

Code:
public OnMapStart () 
{ 
    g_rounds=0; 
}
psychocoder is offline