Author Topic: Kick voting script  (Read 944 times)

0 Members and 1 Guest are viewing this topic.

Offline WillyWonka

  • Major(1)
  • Posts: 1
Kick voting script
« on: August 09, 2014, 01:51:55 pm »
Hi guys,
Im writing to ask if it is possible to make the script that would kick the kick voters. For example if somebody is trying to kick vote against any player then the voting guy would be kicked out, maybe for 5 minutes. Could you make something like this for me?
Peace, waiting for response

Offline AntyMan

  • Major(1)
  • Posts: 31
Re: Kick voting script
« Reply #1 on: August 10, 2014, 02:54:06 am »
Code: [Select]
procedure OnVoteKick(Voter, Target: byte);
begin
StartVoteKick(Target,Voter,'Stop Kick ME');
end;

Except you want to manually script vote.

Except you want the script to protect the player who began to kick against someone. But for this you need to also write a script for manual voting.