Description:
Currently a DataBlock changer IN BETA.
You can change possibly some of the values that are provided by the server to the client with this plugin.
Can't be reloaded. You need to restart if you want changes.
Many Fixes
Friendly Fire, and Clan Members are now stored in the memory for faster usage.
https://github.com/dretax/Python-Plugins/commit/cdc2d72939ef3d586f99d501aee938c484ba2d6d
Started working on a TDM gameplay, similar to csgo or something.
https://github.com/dretax/Python-Plugins/tree/master/FougeritePlugins/TDM
Will be similar a bit to HungerGames but different.
Didn't see "javascript"
function CollectPlayersNearPoint(Vector3) {
var collectedplayers = [];
for (var x in Server.Players) {
// If distance is smaller or equal with 60m
if (Util.GetVectorsDistance(Vector3, x.Location) <= 60) {
collectedplayers.push(x)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.