• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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