Hello, greetings.
I am working on a plugin, that use the features that I mentioned on the title. Is there any possible way to do this? If so, is it like;
PHP Code:
public Random( id )
{
if( !is_user_alive( id ) ) return;
new id2, body;
get_user_aiming( id, id2, body )
get_user_aiming( id2, id, body )
if( pev( id, pev_button ) & IN_USE && cs_get_user_team( id ) != cs_get_user_team( id2 ) )
{
//......
}
}
Thank you for your time...