11.11.2010, 19:38
ok i find problem this code shoud be like this
pawn Код:
#define TakeHealth(%0,%1) \
do \
{ \
new \
Float:health; \
GetPlayerHealth ( %0 , health ) ; \
SetPlayerHealth ( %0 , health - %1 ) ; \
} \
while(FALSE)