03.01.2015, 14:14
Quote:
The code should work like if team is in A they can't hit the object other team can.
|
Quote:
Originally Posted by wikisamp
0 - Prevent the bullet from causing damage.
1 - Allow the bullet to cause damage. |
return 1;
will allow the object to be hit
while
return 0;
just won't