Guest Posted January 8, 2008 Share Posted January 8, 2008 I want to create a bind with multiple commands but I don't if possible or how the syntax should go. example I want to create a bind for freeroam servers that set a color to vehicle and adds the desired upgrade to it, I tried /bind L setcolor 0 1; addupgrade 1025 (does nothing), also tried /bind L setcolor 0 1, addupgrade 1025 (says "invalid color" due to the comand separator not being a ","). also tried /bind L "setcolor 0 1"; "addupgrade 1025"(still does nothing) I hope you understand what I am trying to do. So can anyone helpme, or provide the correct syntax, I would appreciate it Thanks in forward Link to comment
Guest Posted January 20, 2008 Share Posted January 20, 2008 Also id like to hear is that possible to include more than one command to bind. Link to comment
lil Toady Posted January 20, 2008 Share Posted January 20, 2008 Just bind them one after another.. /bind l setcolor 0 1 /bind l addupgrade 1025 then /unbind l - will remove all the binds /unbind l setcolor - will remove the setcolor bind etc. Link to comment
Guest Posted January 21, 2008 Share Posted January 21, 2008 you dont need the slash to bind eather in console u can simpley type bind m gravity 0.0080 < just an example Link to comment
Guest Posted January 23, 2008 Share Posted January 23, 2008 where do i have to write these bindings? i tried it ingame in the console but it didn't work. I tried it that way: bind m setcolor 0 1 is there anything wrong? Link to comment
Recommended Posts