Jump to content

Console doesn't work on my server


Recommended Posts

I am running a dedicated server for my friends and me to play recently,but when i m trying to c_give or c_spawn an item it always respond something like nil value or blah blah

how can i fix it?(pretty sure i m playing as an admin,but host is an other machine)

  (P.S sorry,poor English)

Link to comment
Share on other sites

try hitting CTRL before entering code.......

that will send the command directly to your server.

 

REMOTE....will be in front of the line. 

 

also it has to be 100% right

 

has to look like this.....

 

c_give("cane",1)

 

(give) will only work with things going in inventory

 

if you are trying to spawn something on the ground(under cursor)......

 

c_spawn("cane",1)

 

Hope that helps.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...