Login to ZARP
Username: Password: Remember me

TOPIC: Can't bind this command?

Can't bind this command? 7 years 1 month ago #513813

Can't bind this command to a key, any ideas?
bind . "__crft "M202 RL" 1"

Any ideas? I am assuming it's to do with the quotations around the M202 RL part? Tried removing it and various other methods but nothing seems to be working wondering if any of you guys know?
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 18589
  • Thanks received: 8580
  • Karma: -377
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513814

bind . "__craft "M202 RL" 1"

there ya go spelled craft wrong
  • Hamzah
  • Hamzah's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • ayy
  • Posts: 2944
  • Thanks received: 390
  • Karma: -15
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513815

Hamzah wrote:
bind . "__craft "M202 RL" 1"

there ya go spelled craft wrong
It's funny because the command is crft
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 18589
  • Thanks received: 8580
  • Karma: -377
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513817

within programing Quotation marks represent a string,

With these, you can not put them within them self, unless the program language allows it by using something like a \.

However in gmod from my knowledge you can't simply do it in console commands.

Currently to the computer you are defining 2 strings, and putting random commands within.

This can be completed by using configs, like the old jug suits, or possible console aliases
  • Anon_Gaming
  • Anon_Gaming's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • #BritishCrumpet
  • Posts: 1320
  • Thanks received: 580
  • Karma: 0
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513821

Warning: Spoiler! [ Click to expand ]


  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 18589
  • Thanks received: 8580
  • Karma: -377
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513825

bind . "__crft "m9k_m202" 1" haave you tried that yet?
  • 0yc37xrk6m
  • 0yc37xrk6m's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 6727
  • Thanks received: 1994
  • Karma: 44
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513826

Niko wrote:
bind . "__crft "m9k_m202" 1" haave you tried that yet?
I could give it a go, I'll edit this post and get back to you!

EDIT: It did not work :)
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 18589
  • Thanks received: 8580
  • Karma: -377
Last Edit: 7 years 1 month ago by Nafe.
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513835

Gamersfunhouse wrote:
Can't bind this command to a key, any ideas?
bind . "__crft "M202 RL" 1"

Any ideas? I am assuming it's to do with the quotations around the M202 RL part? Tried removing it and various other methods but nothing seems to be working wondering if any of you guys know?

create a new cfg and paste that command inside then bind in console exec nameofthecfg
  • Diego
  • Diego's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • quack
  • Posts: 1739
  • Thanks received: 407
  • Karma: -26
~
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513838

Diego wrote:
Gamersfunhouse wrote:
Can't bind this command to a key, any ideas?
bind . "__crft "M202 RL" 1"

Any ideas? I am assuming it's to do with the quotations around the M202 RL part? Tried removing it and various other methods but nothing seems to be working wondering if any of you guys know?

create a new cfg and paste that command inside then bind in console exec nameofthecfg
Could you give a more in depth tutorial?
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 18589
  • Thanks received: 8580
  • Karma: -377
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513845

Gamersfunhouse wrote:
Diego wrote:
Gamersfunhouse wrote:
Can't bind this command to a key, any ideas?
bind . "__crft "M202 RL" 1"

Any ideas? I am assuming it's to do with the quotations around the M202 RL part? Tried removing it and various other methods but nothing seems to be working wondering if any of you guys know?

create a new cfg and paste that command inside then bind in console exec nameofthecfg
Could you give a more in depth tutorial?

Go to GMOD CFG Folder, then create a new file using notepad, type "__crft "M202 RL" 1" inside, after that save it as "m202.cfg", launch gmod go to zarp and type in console "exec m202.cfg" and check if it works
  • Diego
  • Diego's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • quack
  • Posts: 1739
  • Thanks received: 407
  • Karma: -26
~
Last Edit: 7 years 1 month ago by Diego.
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513848

In the last part of my last comment, i clearly said, you can't do this by a simple console bind.

The only way at this given point to do it, is by configs, ANY other method will not work, just due to the way games, and every programming language reads a string.

Here is an easy explination.

Create a config file in your gmod folder of cfg.
call it what ever for example Craft.cfg
Put __crft "M202 RL" 1 in that config file

in console write this
bind . "exec Craft.cfg" or if you have a different name for it, replace it.

long winded, but it is how it is, this is the method originally used for jug suits.


zarpgaming.com/index.php/forum/darkrp/67...g-execs?limitstart=0

Follow that post and just edit it to fit your needs
  • Anon_Gaming
  • Anon_Gaming's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • #BritishCrumpet
  • Posts: 1320
  • Thanks received: 580
  • Karma: 0
Last Edit: 7 years 1 month ago by Anon_Gaming.
The topic has been locked.
The following user(s) said Thank You: Nafe

Can't bind this command? 7 years 1 month ago #513849

Anon_Gaming wrote:
In the last part of my last comment, i clearly said, you can't do this by a simple console bind.

The only way at this given point to do it, is by configs, ANY other method will not work, just due to the way games, and every programming language reads a string.

Here is an easy explination.

Create a config file in your gmod folder of cfg.
call it what ever for example Craft.cfg
Put __crft "M202 RL" 1 in that config file

in console write this
bind . "exec Craft.cfg" or if you have a different name for it, replace it.

long winded, but it is how it is, this is the method originally used for jug suits.

2 late mait sniped by me
  • Diego
  • Diego's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • quack
  • Posts: 1739
  • Thanks received: 407
  • Karma: -26
~
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513851

Diego wrote:
Anon_Gaming wrote:
In the last part of my last comment, i clearly said, you can't do this by a simple console bind.

The only way at this given point to do it, is by configs, ANY other method will not work, just due to the way games, and every programming language reads a string.

Here is an easy explination.

Create a config file in your gmod folder of cfg.
call it what ever for example Craft.cfg
Put __crft "M202 RL" 1 in that config file

in console write this
bind . "exec Craft.cfg" or if you have a different name for it, replace it.

long winded, but it is how it is, this is the method originally used for jug suits.

2 late mait sniped by me

I added a link to it, to a indepth post :). plus i already stated in my first post it was to be done by configs, so biatch please, xD
  • Anon_Gaming
  • Anon_Gaming's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • #BritishCrumpet
  • Posts: 1320
  • Thanks received: 580
  • Karma: 0
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513852

Anon_Gaming wrote:
Diego wrote:
Anon_Gaming wrote:
In the last part of my last comment, i clearly said, you can't do this by a simple console bind.

The only way at this given point to do it, is by configs, ANY other method will not work, just due to the way games, and every programming language reads a string.

Here is an easy explination.

Create a config file in your gmod folder of cfg.
call it what ever for example Craft.cfg
Put __crft "M202 RL" 1 in that config file

in console write this
bind . "exec Craft.cfg" or if you have a different name for it, replace it.

long winded, but it is how it is, this is the method originally used for jug suits.

2 late mait sniped by me

I added a link to it, to a indepth post :). plus i already stated in my first post it was to be done by configs, so biatch please, xD

U mad :P
  • Diego
  • Diego's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • quack
  • Posts: 1739
  • Thanks received: 407
  • Karma: -26
~
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513856

Thanks very much to the both of you!
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 18589
  • Thanks received: 8580
  • Karma: -377
The topic has been locked.
The following user(s) said Thank You: Diego

Can't bind this command? 7 years 1 month ago #513860

Is this resolved now?
  • Jordz
  • Jordz's Avatar
  • Offline
  • Marvelous Boarder
  • ZARP VIP Golden Blue Badge
  • More Scottish than Aidan himself
  • Posts: 10795
  • Thanks received: 2237
  • Karma: 129
The topic has been locked.

Can't bind this command? 7 years 1 month ago #513861

Jordz wrote:
Is this resolved now?
Yeah man, can be locked!
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 18589
  • Thanks received: 8580
  • Karma: -377
The topic has been locked.
Moderators: JustGurp
Time to create page: 0.134 seconds

296 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
19/127
online
Connect to server View Gametracker Deathrun
1/40
online
Connect to server View Gametracker TTT
0/47
online
Connect to server View Gametracker Bhop
0/32
online
Connect to server View Gametracker Surf
0/32
online
Connect to server View Gametracker Prop Hunt
0/42
online
Connect to server View Gametracker Sandbox
0/42
online
Connect to server Discord
276/787
online
Top