flox said in What are you currently listening to?:
https://www.youtube.com/watch?v=TilnAWU7qHM
Y'all weird.
BITCH HAHAHA
flox said in What are you currently listening to?:
https://www.youtube.com/watch?v=TilnAWU7qHM
Y'all weird.
BITCH HAHAHA
I agree
flox I agree sir
Nice script
As of update r619 - r687 the issue has been fixed within the client itself therefore you can remove my plugin.
Released a small update that only enables plugin functionality on the infected gametype for servers using multiple gametypes.
Basic plugin that disables infected from changing team / class when joining mid-game.
Installation:
Download the DLL from https://github.com/tomxmm0/pluto_inf_hotfix/releases/latest
Put the DLL inside %localappdata%/plutonium/storage/iw5/plugins
Enjoy.
New update is out that should fix the out of memory errors that would occur occasionally.
New update is out that fixes anti melee and hopefully fixes anti hardscope inconsistencies when the server is full (can't really test this).
thank very much bro it ban all hacker best anticheat e ver! 11/10.
RezTech Ah thanks, didn't know that was a thing lol.
Spectre lol, i've been holding on to this plugin for about a week now too.
Basic isnipe plugin that features anti-hardscope and only allows damage from snipers and tk's.
Installation:
Download the DLL from https://github.com/tomxmm0/plutoisnipe/releases/latest
Put the DLL inside %localappdata%/plutonium/storage/iw5/plugins
No script is needed as this was made fully in c++.
Enjoy.
Xerxes said in Plutonium IW5 - The future of scripting:
Lua or SourcePawn would be decent alternatives.
this.
level.onNotify("chat_message", fun(arguments) {
var player = arguments[0];
var message = arguments[1];
});
Player and message might be reversed so just experiment with it.
Shockeh You can listen for chat messages using the chat_message level notify.
flox YEs my friend made special from Durga Software Solutions
This plugin adds additional functionality to ChaiScript that allows you to read and write files into your computer.
Installation
Usage
/*
Creates a file handler.
First param: File path
Second param: Mode
*/
var file = Filesystem("helloworld.txt", "w+");
/*
Writes/appends into file.
First param: string to write
*/
file.Write("Hello, World!")
/*
Reads the contents of the file.
*/
var contents = file.Read();
print(contents) // Hello, World!
Notes
r+
and w+
will act the same./MT
and only compile as Release and x86..Close()
method.