Spark is a message that could be sent by the server engine functions, and it is sent.
You should remove from your hidden and confidential code that is not shown, functions which are like:
PHP Code:
message_begin( MSG_BROADCAST, SVC_TEMPENTITY, Origin );
write_byte( TE_IMPLOSION );
write_coord( Origin[ 0 ] );
write_coord( Origin[ 1 ] );
write_coord( Origin[ 2 ] );
write_byte( Radius );
write_byte( Count );
write_byte( Duration );
message_end( );
/* ** And from a Ham forward which is named TakeDamage you should remove: */
if( g_bInvincible[ Client ] )
{
return HAM_SUPERCEDE;
}
Edited:
By the way, is this a
scripting problem, or a modelling one?