Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- message_begin( MSG_BROADCAST, SVC_TEMPENTITY );
- write_byte( TE_FIREFIELD );
- write_coord_f( vOrigin[ 0 ] );
- write_coord_f( vOrigin[ 1 ] );
- write_coord_f( vOrigin[ 2 ] + 50 );
- write_short( 80 );
- write_short( g_szSmokeSprites[ iSmoke ] );
- write_byte( g_iCountSprites );
- write_byte( TEFIRE_FLAG_ALPHA | TEFIRE_FLAG_PLANAR );
- write_byte( 100 );
- message_end();
Advertisement
Add Comment
Please, Sign In to add comment