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!

Hitbox gunz comand

Initiate Mage
Joined
Sep 20, 2020
Messages
1
Reaction score
0
Has anyone the command to enlarge the hitbox of the character?
Raulxd123 - Hitbox gunz comand - RaGEZONE Forums
















Raulxd123 - Hitbox gunz comand - RaGEZONE Forums













 
Last edited:
Experienced Elementalist
Joined
Oct 14, 2015
Messages
293
Reaction score
86
Has anyone the command to enlarge the hitbox of the character?

Code:
	HitBox = atof(argv[1]);
	char szBuffer[256];
	sprintf(szBuffer, " HitBox : %f", atof(argv[1]));
	ZChatOutput(MCOLOR(0xFFFFFF00), szBuffer);
 
Upvote 0
I'm retired, I'm already
Banned
Joined
Oct 3, 2011
Messages
832
Reaction score
155
Code:
	HitBox = atof(argv[1]);
	char szBuffer[256];
	sprintf(szBuffer, " HitBox : %f", atof(argv[1]));
	ZChatOutput(MCOLOR(0xFFFFFF00), szBuffer);

Where is this added and what did it do?
My dear friend! :)
 
Upvote 0
Back
Top