#define TakeHealth(%1,%2,%3) \ new \ Float:Health; \ GetPlayerHealth ( %1 , Health ); \ GivePlayerHealth ( %1 , Health - %3 );