View Single Post
Player 1
Member
Join Date: Apr 2012
Old 05-06-2012 , 20:47   Re: [ND] Resource Management
Reply With Quote #3

PHP Code:
SetEntProp(g_iConsortProp_Send"m_iResourcePoints"iResources);
SetEntProp(g_iEmpireProp_Send"m_iResourcePoints"iResources); 
This should be moved from OnMapStart to a "round_start" hook so the starting resources are set on all new rounds, not just the first one.
Player 1 is offline