17.03.2013, 10:12
Dunno bout this...
Give it a try ^^
pawn Код:
#define FUNCTION:%0(%1) \
forward%0(%1); \
public%0(%1)
//OnPlayerLogin has 2 parameters(?). playerid and password[]. So I guess it should be like;
#define FUNCTION:%0(%1, %2) \
forward%0(%1, %2); \
public%0(%1, %2)