Will this work?
#3

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)
Reply


Messages In This Thread
Will this work? - by [H]265 - 11.11.2010, 19:01
Re: Will this work? - by Kwarde - 11.11.2010, 19:09
Re: Will this work? - by [H]265 - 11.11.2010, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)