Okey; thanks! Thats working great!
Now, just a little off-topic
Code:
public touching( pToucher , pTouched )
{
if( cs_get_user_team( pToucher ) == CS_TEAM_T )
{
client_print(1, print_chat, "Your a terrorist!");
}
}
I guessed that this was wrong - and it was. How would I go about doing this?