Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

/Ip enable at Player

Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
please help where can i edit to enable the /ip on normal players ty

FuncTextCmd.cpp:
Code:
	ON_TEXTCMDFUNC( TextCmd_ip,                    "ip",                "ip",             "¾ÆÀÌÇÇ",         "¾ÆÀÌÇÇ",  TCM_BOTH  , AUTH_GAMEMASTER2     , "»ó´ë IP¾Ë±â" )

Change AUTH_GAMEMASTER2 to AUTH_GENERAL :)
 
Back
Top