CS2D
Scripts
Custom commands in console?
Custom commands in console?
2 replies Welcome UnrealSoftware users!
Somebody can give some instructions for me to create custom commands in console?
I already did some changes in cmd.lst in /sys/core folder
added this line:
makeadmin:player
How can i do the function of the command? You would need to use the
parse hook. Its cmd argument is everything that the player sent to the console, so you would have to process it similarly to how you would process a chat command. Thanks!