What's new

Solved Question regarding commands

  • Thread starter Deri Vati
  • Start date
  • Views 328
D

Deri Vati

Enthusiast
Messages
49
Reaction score
6
Points
65
Sin$
7
So i've been trying to figure out how to use commands. I'll admit i'm too lazy to put together a menu or a tool as a whole, and i am instead using other tools with the function of adding custom console/server commands. I presume the layout is wrong in what i'm trying to accomplish.

For example, the Multi javelin/Missile macross is one of which i have not yet figured, using this;
SV(-1,0, "s missileMacross \"1\"");
Aswell as that, i could do with knowing the commands for ascend/descend speeds.

Javelin aside, I've been relying on menus for the use of super perks infections, though if anyone knows them, feel free to share, as i'd prefer using them "raw". (again, for use through pre-made rpc's)

Thanks in advance.
 
Twain

Twain

Kamehameha!
Messages
707
Reaction score
257
Points
190
Sin$
0
Been all over, tbh, call me stupid but i am not getting this to work :grumpy: I partly referred to this:
http://www.se7ensins.com/forums/threads/modern-warfare-2-tu8-ultimate-dvar-list-updated.1131343/

though only one of which worked... (Danger close).:sorry:

Thanks for reply.
You use dvars like this SV(Client, 0, "s dvar\"value\"");
f.e. SV(Client, 0, "s g_playermeleerange \"999\"");
you may also need to know that you need to be host to infect yourself with these
(use -1 as client input to infect the whole lobby when u r host)
 
Upvote 0
D

Deri Vati

Enthusiast
Messages
49
Reaction score
6
Points
65
Sin$
7
You use dvars like this SV(Client, 0, "s dvar\"value\"");
f.e. SV(Client, 0, "s g_playermeleerange \"999\"");
you may also need to know that you need to be host to infect yourself with these
(use -1 as client input to infect the whole lobby when u r host)
Very informative. If you find the time, would you swing by my reference and see whether it's just me doing something wrong, or if they are no longer functional? According to what you mentioned, should these work?

SV(-1,0, "s missileJavSpeedLimitDescend \"1\"");
SV(-1,0, "s missileJavSpeedLimitClimb \"1\"");
SV(-1,0, "s missileJavAccelDescend \"1\"");
SV(-1,0, "s missileJavAccelClimb \"1\"");
SV(-1,0, "s missileJavTurnRateTop \"999\"");
SV(-1,0, "s missileJavTurnRateDirect \"999\"");

Care package
SV(-1,0, "s scr_airdrop_ac130 \"99\""); <- I'd love to have this working.

Neither has worked.
 
Upvote 0
Twain

Twain

Kamehameha!
Messages
707
Reaction score
257
Points
190
Sin$
0
Very informative. If you find the time, would you swing by my reference and see whether it's just me doing something wrong, or if they are no longer functional? According to what you mentioned, should these work?

SV(-1,0, "s missileJavSpeedLimitDescend \"1\"");
SV(-1,0, "s missileJavSpeedLimitClimb \"1\"");
SV(-1,0, "s missileJavAccelDescend \"1\"");
SV(-1,0, "s missileJavAccelClimb \"1\"");
SV(-1,0, "s missileJavTurnRateTop \"999\"");
SV(-1,0, "s missileJavTurnRateDirect \"999\"");

Care package
SV(-1,0, "s scr_airdrop_ac130 \"99\""); <- I'd love to have this working.

Neither has worked.
yes this should work start a system link match infect yourself and then it should work when you are host... if it doesnt work then tell me where you placed it in your menu
 
Upvote 0
Top Bottom
Login
Register