Post: [Update] SV_SendServerCommand
02-24-2015, 08:01 PM #1
-JM-
Space Ninja
(adsbygoogle = window.adsbygoogle || []).push({}); Hi I had these for a while I guess nobody updated there thread so why not share it with you
here is the cod SC58 found

    
v - Set Dvars
e - Killfeed Text
f - Killfeed Text 2
g - Center Text
h - Say CMD Text w/ out Playername
i - Say CMD Text
w - Server Disconnect w/ text (Kick)
a - Ammo/weap related
c - Center Text
W - flame effect
( weird checkerboard
B - weird stutter effect
H - team score
) - camera view - int
j - paper/material fx
n - frame skip


most of you might of found this useless because it very easy to find but I wanted to share with everyone
what I found to save time for others

    
u - (can be used as anti-quite)it fucks up your buttons while on pause
use it with no value
L - (can be used as anti-quite way more clean)removes pause menu
t - pops a menu like example pause menu or the menu to chose class
t 6 = weapon
t 2 = leave game
t 5 = pause game
t 4 = chose team
//ok now the following command uses arguments
[ - Used for messages mostly
how to use
use [ with a cmd like h
exemple
the following are only prints
SV_GameSendServerCommand(-1,"[ h 308 11 uin_alert_slideout");//this will put player card on the side of screen
//308 is the text if I remember and uin_alert_slideout is the sound
SV_GameSendServerCommand(-1,"[ e 0 436");//kill streak message -pres dpad change the value for weapon
SV_GameSendServerCommand(-1, "[ g 50 15 uin_challenge_repeatable");//prestige 15 level 50 with sound uin_challenge_repeatable or you can use mus_level_up
SV_GameSendServerCommand(-1, "[ b 0 0 1"); //contracts
SV_GameSendServerCommand(-1,"[ f 0 4 0"); 4 is equale to the desired client this is for medals
SV_GameSendServerCommand(-1,"[ d 0 1 1 0 donotknow uin_challenge_repeatable") //challenges
// For SV_SendServerCommand with CMD 0
8 - unlocks trophies
exemple
SV_GameSendServerCommandCMD0(client, 0 , "8 DLC4_ZOM_SMALL_CONSOLATION");//this unlocks Achivements


it's not that useful but I'll update if I find anything I found several commands but I don't know what they do

If you want the list PM me
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to -JM- for this useful post:

makeabce, NickBeHaxing, oNastyMods, rezqs, uykjtrhgewa
02-24-2015, 08:32 PM #2
nice Jo <3 thnx
02-24-2015, 09:12 PM #3
makeabce
I defeated!
Originally posted by JM
Hi I had these for a while I guess nobody updated there thread so why not share it with you
here is the cod SC58 found

    
v - Set Dvars
e - Killfeed Text
f - Killfeed Text 2
g - Center Text
h - Say CMD Text w/ out Playername
i - Say CMD Text
w - Server Disconnect w/ text (Kick)
a - Ammo/weap related
c - Center Text
W - flame effect
( weird checkerboard
B - weird stutter effect
H - team score
) - camera view - int
j - paper/material fx
n - frame skip


most of you might of found this useless because it very easy to find but I wanted to share with everyone
what I found to save time for others

    
u - (can be used as anti-quite)it fucks up your buttons while on pause
use it with no value
L - (can be used as anti-quite way more clean)removes pause menu
t - pops a menu like example pause menu or the menu to chose class
t 6 = weapon
t 2 = leave game
t 5 = pause game
t 4 = chose team
//ok now the following command uses arguments
[ - Used for messages mostly
how to use
use [ with a cmd like h
exemple
SV_GameSendServerCommand(-1,"[ h 308 11 uin_alert_slideout");//this will put player card on the side of screen
//308 is the text if I remember and uin_alert_slideout is the sound
SV_GameSendServerCommand(-1,"[ e 0 436");//kill streak message -pres dpad change the value for weapon
SV_GameSendServerCommand(-1, "[ g 50 15 uin_challenge_repeatable");//prestige 15 level 50 with sound uin_challenge_repeatable


it's not that useful but I'll update if I find anything I found several commands but I don't know what they do

If you want the list PM me


Nice dude Smile

The following user thanked makeabce for this useful post:

-JM-
05-07-2015, 09:34 PM #4
-JM-
Space Ninja
Originally posted by JM
Hi I had these for a while I guess nobody updated there thread so why not share it with you
here is the cod SC58 found

    
v - Set Dvars
e - Killfeed Text
f - Killfeed Text 2
g - Center Text
h - Say CMD Text w/ out Playername
i - Say CMD Text
w - Server Disconnect w/ text (Kick)
a - Ammo/weap related
c - Center Text
W - flame effect
( weird checkerboard
B - weird stutter effect
H - team score
) - camera view - int
j - paper/material fx
n - frame skip


most of you might of found this useless because it very easy to find but I wanted to share with everyone
what I found to save time for others

    
u - (can be used as anti-quite)it fucks up your buttons while on pause
use it with no value
L - (can be used as anti-quite way more clean)removes pause menu
t - pops a menu like example pause menu or the menu to chose class
t 6 = weapon
t 2 = leave game
t 5 = pause game
t 4 = chose team
//ok now the following command uses arguments
[ - Used for messages mostly
how to use
use [ with a cmd like h
exemple
SV_GameSendServerCommand(-1,"[ h 308 11 uin_alert_slideout");//this will put player card on the side of screen
//308 is the text if I remember and uin_alert_slideout is the sound
SV_GameSendServerCommand(-1,"[ e 0 436");//kill streak message -pres dpad change the value for weapon
SV_GameSendServerCommand(-1, "[ g 50 15 uin_challenge_repeatable");//prestige 15 level 50 with sound uin_challenge_repeatable



// For SV_SendServerCommand with CMD 0
8 - unlocks trophies
exemple
SV_GameSendServerCommandCMD0(client, 0 , "8 DLC4_ZOM_SMALL_CONSOLATION");//this unlocks Achivements


it's not that useful but I'll update if I find anything I found several commands but I don't know what they do

If you want the list PM me


Updated Today
05-08-2015, 12:19 AM #5
SC58
Former Staff
Originally posted by JM
Updated Today


Look at the BOI Server pdb and u can get them all lol
05-08-2015, 12:25 AM #6
-JM-
Space Ninja
Originally posted by SC58 View Post
Look at the BOI Server pdb and u can get them all lol


How do I load that pdb??
I know it's with IDA Pro but like I drag and I put what processor type?
05-08-2015, 12:40 AM #7
SC58
Former Staff
Originally posted by JM
How do I load that pdb??
I know it's with IDA Pro but like I drag and I put what processor type?


load it by default settings and then it should ask to load the pdb in

The following user thanked SC58 for this useful post:

-JM-
05-08-2015, 12:53 AM #8
-JM-
Space Ninja
Originally posted by SC58 View Post
load it by default settings and then it should ask to load the pdb in

THANKS HOLY F**K
Got it
05-08-2015, 02:25 AM #9
SC58
Former Staff
Originally posted by JM
THANKS HOLY F**K
Got it


You prob wanna look at the function on ps3 to make sure the command index is right as not everything is the same to ps3/360/pc sometime it is sometimes it not

The following user thanked SC58 for this useful post:

-JM-

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo