i'm not sure is that because can you explain this.
#define P_SHOWICONS 9
#define P_SERPENTCOUNT 19
Quote:
CS_GetIcon( id )
{
new szInfo[32];
get_user_info( id, "_wc3", szInfo, 31 );
if ( strlen( szInfo ) > 0 && str_to_num( szInfo ) > 0 )
{
p_data[id][P_SHOWICONS] = true;
}
else
{
p_data[id][P_SHOWICONS] = false;
}
|
Quote:
WC3_ResetOnNewSession( id )
{
// Shadow Hunter's Serpent Wards
p_data[id][P_SERPENTCOUNT] = 0;
|