Jump to content

Home

JK2 filters for all seeing eye


d3vin

Recommended Posts

here is a filter I made for ffa and all weapons

 

1 if game ~== "basejk" goto 3

2 remove

3 if g_gametype ~== "0" goto 5

4 remove

5 if g_weaponDisable ~== "0" goto 7

6 remove

 

and here is one for team ffa and all weapons

 

1 if game ~== "basejk" goto 3

2 remove

3 if g_gametype ~== "5" goto 5

4 remove

5 if g_weaponDisable ~== "0" goto 7

6 remove

 

btw i think changing the g_weaponDisable to 65531 will get you saber only

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...