
Help
Command Reference
You can enter CS2D script commands in the console, save them in cfg-files or bind them to keys. CS2D script commands are no Lua commands but they can still be executed in Lua scripts by using the Lua parse-function!
Commands
Category: all (342)
setname
Categories
server
Parameters
- player (1-32): id of a player
- name (text): name for the player
- [hide] (0-1): 0 (default) to show the name change in the chat area, 1 to hide it
Info
Set the name of a player (as server only)
Note: Name changes are displayed in the console and in the chat area. You can hide the message in the chat area by using the hide parameter with the value 1. The console message will always be displayed and can not be hidden for security reasons.






