i did a lot of searching before posting. what does this mean ?
PHP Code:
if ( ( read_data( 4 ) || read_data( 5 ) || read_data( 6 ) ) )
PHP Code:
if ( ( 1 <= id <= g_iMaxPlayers ) && is_user_connected( id ) )
PHP Code:
new iPos = ++g_iPlayerPos[ id ]
if( iPos == sizeof( g_flCoords ) )
{
iPos = g_iPlayerPos[ id ] = 0
}
can i anyhow put id, attacker, victim for some case ?
PHP Code:
register_event( "Damage", "Event_Damage", "b", "2>0", "3=0" )
public Event_Damage( iVictim )
{