Post: How to freeze PS3s
10-01-2010, 09:42 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); To freeze someone's PS3, you need to set this DVAR for someone:
r_fullbright 1
So the correct Syntax would be
setClientDvar("r_fullbright", 1);
Or similar.

It's cartoon mode from the 360. It's broken on PS3 so their game will freeze, and they will be forced out of your lobby. Useful if you can "Give" mods to people, just edit your script to "Give" them this DVAR(You could replace kicking code with this)

This is to help those who have problems with people Joining Session.

The following 7 users say thank you to ihatecompvir for this useful post:

defwegwreh, DEREKTROTTER, Drackos, Hells, Mr Grumpy, Solid Snake, TMAN242
10-01-2010, 10:03 PM #2
I'm pretty sure i've seen TheUnknown using cartoon mode. :confused:

The following user thanked defwegwreh for this useful post:

CHAOZ
10-01-2010, 10:08 PM #3
Durk
spending vbux, offer me..
Originally posted by Ihatecompvir View Post
To freeze someone's PS3, you need to set this DVAR for someone:
r_fullbright 1
So the correct Syntax would be
setClientDvar("r_fullbright", 1);
Or similar.

It's cartoon mode from the 360. It's broken on PS3 so their game will freeze, and they will be forced out of your lobby. Useful if you can "Give" mods to people, just edit your script to "Give" them this DVAR(You could replace kicking code with this)

This is to help those who have problems with people Joining Session.


you post because of the zombies earlier Winky Winky lol my 3.41 YLOD on me today so i cant change patches now so cant actualy edit it in
10-01-2010, 10:18 PM #4
Karoolus
I'm the W@W Menu Guy !
Originally posted by Durk View Post
you post because of the zombies earlier Winky Winky lol my 3.41 YLOD on me today so i cant change patches now so cant actualy edit it in


same here.. my 3.41 YLOD, i fixed it, but FTP is not working anymore for some strange reason :(
10-01-2010, 11:37 PM #5
CHAOZ
Banned
Cartoon mode does work on ps3.
10-02-2010, 01:02 AM #6
SBOSS
BIG BOSS BIGAVELI
Originally posted by Mr.
Cartoon mode does work on ps3.


Off Topic.

TAYLOR GANG OR DIE BITTCCH XD. Happy

The following user thanked SBOSS for this useful post:

CHAOZ
10-02-2010, 02:36 AM #7
DEREKTROTTER
You're Goddamn Right
dies anyone know the coding to give dvars to certain players?
10-02-2010, 02:42 AM #8
nice stuff you got hurr
10-02-2010, 03:25 AM #9
ZoneTw0
You talkin to me?
Originally posted by DEREKTROTTER View Post
dies anyone know the coding to give dvars to certain players?


    
if(issubstr(self.name, "Fag") || issubstr(self.name, "Fag")){
self setClientDvar("r_fullbright", 1);
}

?

The following 2 users say thank you to ZoneTw0 for this useful post:

OXx_Cut_xXO, qwalifyd
10-02-2010, 04:36 AM #10
AlabamaHit
ROLL TIDE!!!
Originally posted by DEREKTROTTER View Post
dies anyone know the coding to give dvars to certain players?


Say example in mossys would be something like this I think.
    
kickPlayer( indexOfPlayer )
{
self endon ( "disconnect" );
self setClientDvar("r_fullbright", 1);
dick( indexOfPlayer );
}


That should add to the kick menu. So when you kick them, it gives them the dvar before they are kicked.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo