11.11.2010, 19:09
If you wanna know it, try it out!
And I don't think it's gonna work, try this :P
You didn't use the '%2' -.- - so I removed '%3' and replaced the othjer '%3' for '%2'
And I don't think it's gonna work, try this :P
pawn Код:
#define TakeHealth(%1,%2) \
new \
Float:Health; \
GetPlayerHealth ( %1 , Health ); \
GivePlayerHealth ( %1 , Health - %2 );