#define NEW_PLAYER_COMMANDS
müsait biyere ekle
#ifdef NEW_PLAYER_COMMANDS
ACMD(do_list_commands);
#endif
arat
{ "user_horse_feed", do_user_horse_feed, 0, POS_FISHING, GM_PLAYER },
altına ekle
#ifdef NEW_PLAYER_COMMANDS
{ "list_commands", do_list_commands...