( search forums )
Need a script to server
Soldat Forums - Server Talk - Server Help
Mothafix
May 2, 2006, 8:25 pm
Does someone know where i can get script that kicks auto-kicks every Major who joins teh game? TY.

KeFear
May 2, 2006, 8:28 pm
use ARSSE with this OnPlayerJoin event:

if $PLAYER_NAME = Major
/kick $PLAYER_NUMBER
endif

Mothafix
May 2, 2006, 8:58 pm
PLAYER_NUMBER doesn't work.
I tried PLAYER_NAME and it worked fine.

KeFear
May 3, 2006, 5:10 pm
Oh yeah, my bad. $PLAYER_NUMBER won't work, as players don't have numbers on join, only after that.

KeFear
May 9, 2006, 7:34 pm
From Soldat Manual:

 Quote:KICK players name or players number - removes a player/bot from the game