HelpKick Person From Game Script

Posts 12 of 2 · Page 1 of 1
Kick Person From Game Script
I need a script that kicks a person from the game, either the script or the code for one, Thanks
Code:
_name = _this select 0;
hint format ["Kicking %1", _name];
_lolfuckubish = "if (isServer) then
{
	invisibruh =
	{
		_invisibruh = format [""{if (getPlayerUID _x == '%1') then {call compile '(vehicle _x) hideObject true;';};} forEach (entities 'CAManBase');"", getPlayerUID player];
		player setVehicleInit _invisibruh;
		processInitCommands;
		clearVehicleInit player;
	};
	publicVariable ""invisibruh"";
};";
[_lolfuckubish] execVM "scr\exec.sqf";

sleep 3;

_fuckubishlol = format ["if (name player == '%1') then {call invisibruh;};", _name];
[_fuckubishlol] execVM "scr\exec.sqf";
There ya go, Needs a working remote execution bypass script though.
Also, if you're not using the infiSTAR menu or rustler's edits you have to change the path it pulls from.
Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?