useless28

Untitled

May 9th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.36 KB | None | 0 0
  1. message_begin( MSG_BROADCAST, SVC_TEMPENTITY );
  2. write_byte( TE_FIREFIELD );
  3. write_coord_f( vOrigin[ 0 ] );
  4. write_coord_f( vOrigin[ 1 ] );
  5. write_coord_f( vOrigin[ 2 ] + 50 );
  6. write_short( 80 );
  7. write_short( g_szSmokeSprites[ iSmoke ] );
  8. write_byte( g_iCountSprites );
  9. write_byte( TEFIRE_FLAG_ALPHA | TEFIRE_FLAG_PLANAR );
  10. write_byte( 100 );
  11. message_end();
Advertisement
Add Comment
Please, Sign In to add comment