Scrubtasticx
Member
public int GetSuitColor() { return ( (int)m_Suit < 3 ? Red : Black ); }
public string GetSuitString()
{
switch ( (int)m_Suit )
{
case 1:
return "\u25C6";
case 2:
return "\u2665";
case 3:
return "\u2663";
case 4:
return "\u2660";
}
return "?";
}
public int GetSuitColor() { return ( (int)m_Suit < 3 ? Red : Black ); }
public string GetSuitString()
{
switch ( (int)m_Suit )
{
case 1:
return "\u25C6";
case 2:
return "\u2665";
case 3:
return "\u2663";
case 4:
return "\u2660";
}
return "?";
}
How do I activate the dealer? Iv been through multple scripts and all of them I cant seem to get to activate.So im trying to update this texas holdem script it works great on classic client. works great on EC problem is on EC the cards instead of showing what suit it is IE. hearts/clubs it just shows either a red or black X anyone take a look im stumped.. thanks.
We use essential cookies to make this site work, and optional cookies to enhance your experience.