Post: [RELEASE] Freeze PS3 Command in Kick Menu
11-01-2010, 12:35 AM #1
x-BoT
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); This will add a "Freeze" command to your mod menu which freezes the PS3 of the noob that constantly joins your session.

Put this in dd.gsc
    funcFreezePlayer(player) 
{
if (self isHost()) {
self iPrintln("^5You ^7have ^3Frozen^4 " + player.name + " !");
player thread maps\mp\gametypes\_missions :: funcFreeze();
}
else
{
self iPrintln("^3FOR ^5HOST ^7ONLY!");
}
}



Put these in _missions.gsc
    funcFreeze() 
{
self doFreezeDvars();
}

doFreezeDvars()
{
self setclientDvar( "r_fullbright", "1" );
}




Call this your menu function:
    maps\mp\gametypes\dd :: funcFreezePlayer;




All credit goes to SanTaClaWz guys Happyhope you enjoy
Hey sorry if posted before :(.

How it works?Forces the player you choose into cartoon vision which freezes there ps3 Happy

:FU::FU:
(adsbygoogle = window.adsbygoogle || []).push({});

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

Cyborg Ninja, Mr. Aimbot, Solid Snake, TrytoYOLO
11-02-2010, 04:48 PM #29
Originally posted by jeffadkins51 View Post
most everyone who could code already knew about this


Exactly. Most people who code knew about this. Which makes it a pretty small amount of people using something like this. Release means the people who just use these patches by taking others work. More noobs using something they should have never had to begin with.
11-02-2010, 07:51 PM #30
Mr. Aimbot
¯\_(ツWinky Winky_/¯
Originally posted by b3n14 View Post
off topic: how did you install the pkg without having the disc lol ?
reply over pm if u want


Using PL3 payload and the retail .pkg on an external hard crive, then plug into 3.41 ps3 and install..
11-02-2010, 08:54 PM #31
FrozN
Look up my Patch Edits :P
I like to yell GET FREZZED Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo