CabConModding
Facebook
Twitter
youtube
Discord
Contact us
RSS
Menu
CabConModding
Home
New
Top
Premium
Rules
FAQ - Frequently Asked Questions
Games
Fornite
Call of Duty: Black Ops 3
Clash of Clans
Grand Theft Auto 5
Apex Legends
Assassin’s Creed Origins
Forums
Premium
Latest posts
What's new
Latest posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Log in
Register
What's new
Premium
Latest posts
Menu
Log in
Register
Navigation
Install the app
Install
More options
Dark Theme
Contact us
Close Menu
Forums
Gaming
Call of Duty Classics
Call of Duty: Black Ops 2
Call of Duty: Black Ops 2 Mods and Scripts
Call of Duty: Black Ops 2 Scripts
Call of Duty: Black Ops 2 Scripts Questions
Call of Duty: Black Ops 2 Answered Questions
Bo2 Gsc help Script Help ;) ?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="DF_AUS" data-source="post: 18823" data-attributes="member: 2144"><p>Not sure why you want to freeze you're own Ps3 :/ but here is the freezeps3 code,i just removed the check host,call the code from you're players menu OR you can do it other ways also,e.g. create a function containing a loop with no wait time,you will freeze when the code is called,here is an example:</p><p></p><p>[CODE]</p><p>Freezemyps3()</p><p>{</p><p> self endon("disconnect");</p><p> </p><p> for(;;)</p><p> {</p><p> self iprintln("CabConModding");</p><p> }</p><p>}</p><p>[/CODE]</p><p></p><p>[CODE]</p><p>FreezeThePS3(player)</p><p>{</p><p> //if(!player isHost())</p><p> //{</p><p> player endon("disconnect");</p><p> </p><p> self iPrintlnBold("^5" + player.name + "^6: ^2Ps3 Is ^3Frozen^7");</p><p> for(i=0;i < 250;i++)</p><p> {</p><p> player iprintlnbold("^HO");</p><p> wait 0.01;</p><p> }</p><p> //}</p><p> //else</p><p> // self iprintln("Cannot Be Used On Host");</p><p>}</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="DF_AUS, post: 18823, member: 2144"] Not sure why you want to freeze you're own Ps3 :/ but here is the freezeps3 code,i just removed the check host,call the code from you're players menu OR you can do it other ways also,e.g. create a function containing a loop with no wait time,you will freeze when the code is called,here is an example: [CODE] Freezemyps3() { self endon("disconnect"); for(;;) { self iprintln("CabConModding"); } } [/CODE] [CODE] FreezeThePS3(player) { //if(!player isHost()) //{ player endon("disconnect"); self iPrintlnBold("^5" + player.name + "^6: ^2Ps3 Is ^3Frozen^7"); for(i=0;i < 250;i++) { player iprintlnbold("^HO"); wait 0.01; } //} //else // self iprintln("Cannot Be Used On Host"); } [/CODE] [/QUOTE]
Verification
Post reply
Forums
Gaming
Call of Duty Classics
Call of Duty: Black Ops 2
Call of Duty: Black Ops 2 Mods and Scripts
Call of Duty: Black Ops 2 Scripts
Call of Duty: Black Ops 2 Scripts Questions
Call of Duty: Black Ops 2 Answered Questions
Bo2 Gsc help Script Help ;) ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top