Accualy They are just modules for CS The 'Global' sugar is in the includes/sma
If ur not talking about this then idk what u are
PHP Code:
message_begin(MSG_BROADCAST, SVC_TEMPENTITY)
write_byte(22) // TE_BEAMFOLLOW
write_short(newEnt) // entity:attachment to follow
write_short(g_spriteTrail) // sprite index
write_byte(100) // life in 0.1's
write_byte(8) // line width in 0.1's
write_byte(255) //r,g,b
write_byte(255) //r,g,b
write_byte(255) //r,g,b
write_byte(255) // brightness 0 invisble 255 visble
message_end()