View Single Post
  #2  
Old 08-05-2012, 06:17 PM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

To get the number of all Statics you can use:
Code:
public int CountStatic()
{
    return GamePlay.gpGroundStationarys().Length;
}
Reply With Quote