Paxton
Banned User
Hello, can someone write for me function that will kick player in globalevents? I tried many times.
So, the data will be taken from Data Base.
This is the SQL:
Then, if found player name in there, then it will kick him and remove his from this table.
So, the data will be taken from Data Base.
This is the SQL:
SELECT `player` FROM `pxkick` WHERE `player` = 'PLAYER NAME';
Then, if found player name in there, then it will kick him and remove his from this table.