Jump to content

damage limit removal


Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium
9 hours ago, mamiyt78 said:

Hi Sir,
I want to remove the maximum damage limit so players can do millions of damage, how can I do that?

you have to increase the datatypes to 32 bit in server source client source and database if you use DWORD you can have 4294967295 max. its a unsigned int if it is not enough use 64bit

 

Note :

if you use a unsigned datatype and you go over the max. value the value will be 0
if you use a signed datatype and you go over the max value the value will be - 

Edited by xTryhard
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.