Hello! Please help me! I wanted to make this sprite in team colors, but while compiling I got tag mismatch! Please help me fixing it!
PHP Code:
// Create the lightning
new id = CS_TEAM_T
if ( cs_get_user_team(id) )
Create_TE_BEAMENTS( iCaster, iTarget, g_iSprites[SPR_LIGHTNING], 0, 15, 10, iLineWidth, 10, 0, 255, 255, 255, 0 );
else
Create_TE_BEAMENTS( iCaster, iTarget, g_iSprites[SPR_LIGHTNING], 0, 15, 10, iLineWidth, 10, 0, 255, 0, 255, 0 );