You are viewing our Forum Archives. To view or take place in current topics click here.
whats wrong with this coding? :S PLEASE HELP!!
Posted:

whats wrong with this coding? :S PLEASE HELP!!Posted:

Revvv
  • Challenger
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
set gpad_buttonsConfig "null"
set gpad_sticksConfig "null"
set start_in_mp "0"

bind BUTTON_BACK say *^3Welcome to xRevModz Mods! Enjoy!*
bind BUTTON_RSHLDR noclip
bind BUTTON_LSHLDR say *^2Mods by xRevModz*
bind DPAD_DOWN "god;give all;say *^3God mode and all guns activated*;"
bind DPAD_UP "toggle phys_gravity 80;cg_drawfps 1;"
bind DPAD_LEFT "toggle give ammo;toggle player_clipSizeMultiplier 999;say *^5Ammo filled up!*;"
bind DPAD_RIGHT say *^4SUBSCRIBE to [ Register or Signin to view external links. ]
om/irevengegfx*"

doesnt work :S
The say commands dont work, nor does gravity(effects zombies floating up when dead) give amo doesnt work either?
[OFFLINE ZOMBIES]


Last edited by Revvv ; edited 2 times in total
#2. Posted:
PNY
  • Gold Gifter
Status: Offline
Joined: Aug 16, 201113Year Member
Posts: 832
Reputation Power: 46
Status: Offline
Joined: Aug 16, 201113Year Member
Posts: 832
Reputation Power: 46
Well One This Should be set start_in_mp "0" Instead Of set start_in_mp "1" If Doing Zombies..
#3. Posted:
Revvv
  • Challenger
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
Orc wrote Well One This Should be set start_in_mp "0" Instead Of set start_in_mp "1" If Doing Zombies..


Ahh ok, anything else?
the say isnt working, gravity isnt working(only doing it for zombies), give ammo isnt working(well it gave one of my two guns unlimited ammo..

any help?
#4. Posted:
biaop
  • New Member
Status: Offline
Joined: May 08, 201113Year Member
Posts: 26
Reputation Power: 1
Status: Offline
Joined: May 08, 201113Year Member
Posts: 26
Reputation Power: 1
Don't know much about coding. But having multiple 'say' commands binded to your buttons is pretty useless. Add something important to each key.
#5. Posted:
Revvv
  • Challenger
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
biaop wrote Don't know much about coding. But having multiple 'say' commands binded to your buttons is pretty useless. Add something important to each key.


But you can bind more than one thing to a button and it would look mint if it said the things i wanted it to..

but for some reason it aint working :/
#6. Posted:
-Simplistic-
  • New Member
Status: Offline
Joined: Apr 19, 201212Year Member
Posts: 41
Reputation Power: 1
Status: Offline
Joined: Apr 19, 201212Year Member
Posts: 41
Reputation Power: 1
Revvv wrote set gpad_buttonsConfig "null"
set gpad_sticksConfig "null"
set start_in_mp "0"

bind BUTTON_BACK say *^3Welcome to xRevModz Mods! Enjoy!*
bind BUTTON_RSHLDR noclip
bind BUTTON_LSHLDR say *^2Mods by xRevModz*
bind DPAD_DOWN "god;give all;say *^3God mode and all guns activated*;"
bind DPAD_UP "toggle phys_gravity 80;cg_drawfps 1;"
bind DPAD_LEFT "toggle give ammo;toggle player_clipSizeMultiplier 999;say *^5Ammo filled up!*;"
bind DPAD_RIGHT say *^4SUBSCRIBE to [ Register or Signin to view external links. ]
om/irevengegfx*"

doesnt work :S
The say commands dont work, nor does gravity(effects zombies floating up when dead) give amo doesnt work either?
[OFFLINE ZOMBIES]


There is no "say" just write it.

bind BUTTON_BACK say *^3Welcome to xRevModz Mods! Enjoy!*
bind BUTTON_RSHLDR noclip
bind BUTTON_LSHLDR say *^2Mods by xRevModz*
#7. Posted:
uid-545891
  • TTG Addict
Status: Offline
Joined: Sep 02, 201113Year Member
Posts: 2,730
Reputation Power: 150
Status: Offline
Joined: Sep 02, 201113Year Member
Posts: 2,730
Reputation Power: 150
bind BUTTON_BACK say "*^3Welcome to xRevModz Mods! Enjoy!*"
bind BUTTON_RSHLDR "noclip"
bind BUTTON_LSHLDR say "*^2Mods by xRevModz*"
bind DPAD_DOWN "god;give all;say *^3God mode and all guns activated*"
bind DPAD_UP "toggle phys_gravity 80 you need to put more values for it to toggle;cg_drawfps 1"
bind DPAD_LEFT "give ammo;toggle player_clipSizeMultiplier 999;say *^5Ammo filled up!*"
bind DPAD_RIGHT say "*^4SUBSCRIBE to [ Register or Signin to view external links. ]
om/irevengegfx*"

Fixed.

Also on zombies the "say" command doesn't work.
#8. Posted:
Revvv
  • Challenger
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
Cent wrote bind BUTTON_BACK say "*^3Welcome to xRevModz Mods! Enjoy!*"
bind BUTTON_RSHLDR "noclip"
bind BUTTON_LSHLDR say "*^2Mods by xRevModz*"
bind DPAD_DOWN "god;give all;say *^3God mode and all guns activated*"
bind DPAD_UP "toggle phys_gravity 80 you need to put more values for it to toggle;cg_drawfps 1"
bind DPAD_LEFT "give ammo;toggle player_clipSizeMultiplier 999;say *^5Ammo filled up!*"
bind DPAD_RIGHT say "*^4SUBSCRIBE to [ Register or Signin to view external links. ]
om/irevengegfx*"

Fixed.

Also on zombies the "say" command doesn't work.


:idea: thats annoying! thats the main reason why i wrote my own code otherwise there isnt much point in doing it yourself :|
#9. Posted:
Revvv
  • Challenger
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
Status: Offline
Joined: Apr 21, 201212Year Member
Posts: 107
Reputation Power: 4
-Simplistic- wrote
There is no "say" just write it.

bind BUTTON_BACK say *^3Welcome to xRevModz Mods! Enjoy!*
bind BUTTON_RSHLDR noclip
bind BUTTON_LSHLDR say *^2Mods by xRevModz*


Will this then write '^3Welcome to xRevModz Mods! Enjoy!' and ^2Mods by xRevModz'?

or cant you do that in zombies ?
#10. Posted:
gannen60
  • Resident Elite
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 206
Reputation Power: 8
Status: Offline
Joined: Aug 30, 201014Year Member
Posts: 206
Reputation Power: 8
it's offline mods so no one would see it, i'm a lazy shit so if i were you i'd keep it nice and simple since it will mostly only be you playing it
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.