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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...