All of these can be entered by pressing the tilde (~) key which will bring up the console, pressing arrow up in the console will bring up the command last entered in case you want to use it twice for whatever reason you will not have to type it again.
ptk (game.tkpunish) | will add additional spawn time for whoever teamkilled you
say "your text" (game.sayall) | enter a chat message using the console, parentheses "" around messages containing more than one word are necessary, you don't need them if it's just a single word
fps 1 (console.drawfps 1) | will display the frames per second
fps 0 (console.drawfps 0) | will disable the fps counter
exit | will close the game
ab playerid (game.addplayertobuddylist) | will highlight the player's name in green colour
rb playerid (game.removeplayerfrombuddylist) | remove the green highlighting from a player
name "your name" (game.changeplayername) | change your name
ignore playerid (chat.addtoignorelist) | will ignore the specified player
unignore playerid (chat.removefromignorelist) | will unignore the specified player
You don't need to actually write out the commands as given in parentheses, but I've included them for completeness sake.
Playerid is whichever number appears for a given player under the # on the scoreboard, so for example if you wanted to add someone to your buddy list you would type ab 0, ignore 5 to ignore player 5 or whichever other number is assigned to a given player.
ptk (game.tkpunish) | will add additional spawn time for whoever teamkilled you
say "your text" (game.sayall) | enter a chat message using the console, parentheses "" around messages containing more than one word are necessary, you don't need them if it's just a single word
fps 1 (console.drawfps 1) | will display the frames per second
fps 0 (console.drawfps 0) | will disable the fps counter
exit | will close the game
ab playerid (game.addplayertobuddylist) | will highlight the player's name in green colour
rb playerid (game.removeplayerfrombuddylist) | remove the green highlighting from a player
name "your name" (game.changeplayername) | change your name
ignore playerid (chat.addtoignorelist) | will ignore the specified player
unignore playerid (chat.removefromignorelist) | will unignore the specified player
You don't need to actually write out the commands as given in parentheses, but I've included them for completeness sake.
Playerid is whichever number appears for a given player under the # on the scoreboard, so for example if you wanted to add someone to your buddy list you would type ab 0, ignore 5 to ignore player 5 or whichever other number is assigned to a given player.
Last edited: