Nonsense Kick Messages
Varsity
Join Date: 2004-01-29 Member: 25687Members
<div class="IPBDescription">'There are no reserved slots'</div> <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->You have been disconnected from the server.
Reason: Kicked: There are no reserved slots availiable on the server.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
Given that all the servers I get that on are pubs, shouldn't that read there are no <i>un</i>reserved slots?
Reason: Kicked: There are no reserved slots availiable on the server.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
Given that all the servers I get that on are pubs, shouldn't that read there are no <i>un</i>reserved slots?
Comments
// Non-team specific
#define SCORE_NOTEAM 0 // Spectators/Readyroomers
#define SCORE_RESERVED 1000 // Player has reserved slot access.
#define SCORE_RCON 10000 // Player has rcon access.
#define SCORE_DEAD 0 // Kick dead people before anybody else.
#define SCORE_FRAGS 0.5 // Factor for frags. Float value.
#define SCORE_LOWTEAM 500 // Player is on a team with a lower amount of players. (To help curve uneven teams.)
// Marine specific
#define SCORE_COMMANDER 200 // Player is: commander
#define SCORE_HEAVY 20 // Player is: heavy armor
#define SCORE_JETPACK 20 // Player is: jetpacker
#define SCORE_LIGHT 0 // Player is: light armor
Whoever has lowest number of points..kicked.
// Alien specific
#define SCORE_SKULK 0 // Player is: skulk
#define SCORE_GORGE 20 // Player is: gorge
#define SCORE_LERK 30 // Player is: lerk
#define SCORE_FADE 40 // Player is: fade
#define SCORE_ONOS 50 // Player is: onos
#define SCORE_EGG 10 // Player is: gestating
#define SCORE_UPGRADE 1 // For each upgrade they have. Keep low.
#define SCORE_RES 0.5 // factor for resources in a score. This is to be a float value.
Haha. Reminds me of the time I joined a 1.04 server, it was all bots, like I gave all the "marines" a waypoint (not noticing them bots). So they started wandering all over the map, then a marine just started asking for random turret factorys at resource nozzles that already had turret factorys. Then I started dropping jetpacks, a couple of the "marines" picked them up and started walking around the map. I was like WTH, I hit tab and I saw they were all bots and I was comming for 15 minutes.
I hate when retarded admins waste my time.
Note that this is about when you try to join a server, and then after it says Validating resources... in the join window, you get kicked with a small window, saying that stuff about reserved slots.