Not registered yet? Become ev0lved!
Join our community as well as over 20,000 other users to enjoy all our products and its benefits!
Register now Buy ev0lve
Weapon Isolation

Weapon Isolation 2.1

  • ev0lve.xyz for CS2 is currently offline
  • Our software does not support modified Windows builds. While it can probably run and work, you may experience crashes and other issues. Use genuine Windows builds from Microsoft.

maniac

Member
May 28, 2023
12
0
15
Hungary
dennyxd submitted a new resource:

Weapon Isolation - Separation of weapons by individual.

!~ It's not done yet ~!


I made a lua which is separate all the weapons. The revolver settings is not done yet, but everything else is done.

About the lua:

The lua is saving it self, the location for it is in the database folder.
Counter-Strike Global Offensive\ev0lve\database
If this folder is doesn't...

Read more about this resource...
 

panzerfaust

Coder
Jun 28, 2018
122
317
515
24
HQ
Tip: don't invoke gui.get_XXX all the time. Elements are persistent and not going anywhere. Whatever you create will get removed only after script is unloaded. This drains performance since it has to lookup UI tree in order to find the item.

Just make sure to cache elements somewhere, like in a table and use those across the script.
 

maniac

Member
May 28, 2023
12
0
15
Hungary
ye, i thought about this after i write the code, and i didnt want to rewrite, but i will do it soon i guess.