Jump to content
  • 0

Removing infiSTAR kick functions.


SmithyJenkins

Question

1 answer to this question

Recommended Posts

  • 0

For the voice over sidechat, find:

									_log = format['Voice over Side Chat (KILLED) @%1',mapGridPosition player];
									[name player,getPlayerUID player,'SLOG',toArray (_log)] call "+_randvar255437+";
									uiSleep 1.5;
                                    endmission;

and replace the endmission; with:

player setDamage 5;

Just look through your AH.sqf, and find the different endmission's and change them to player setDamage 5;

For the words that kick you in the _veryBadTexts, just find the array and delete everything in there.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...