Jump to content
RAGE Multiplayer Community

Simple Teams 1.0.1

   (4 reviews)

1 Screenshot

About This File

Prevents players of the same team shooting eachother.

 

Installing

Put teams into your server's client_packages directory, then add require('teams'); to client_packages/index.js.

 

Using

It's pretty simple, just set currentTeam shared variable of a player like this:

// both strings and numbers should work
playerEntity.data.currentTeam = whatever;
playerEntity.setVariable("currentTeam", whatever);

And set currentTeam to null if you want to reset someone's team.

 

Note

This resource doesn't prevent all kinds of friendly fire, for example projectile weapons like RPG can hurt teammates, you can still run teammates over with a vehicle etc. You can check if both killer and victim is on the same team and punish the killer, though.


What's New in Version 1.0.1   See changelog

Released

Replaced entityDataChange with addEventHandler.

  • Like 2
 Share


User Feedback

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest

×
×
  • Create New...