26.02.2014, 20:00
(
Last edited by shulk; 27/02/2014 at 01:06 PM.
)
You can't use like that, you getting warnings.
You must do with == like this
You must do with == like this
pawn Code:
if( hittype == BULLET_HIT_TYPE_PLAYER ) {
SetPlayerArmour( hitid, 0 );
}