Post: [Code] Type Writing Text
04-23-2011, 02:02 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); this is the the text you used to see in the GSC modding, it's exactly the same but just coded diffrent..

Note: This is Only For xbox 360

original code
    
scr_do_notify


coded with text
    
scr_do_notify xCorrey Is Beast


code for a menu
    
set EXEC scr_do_notify ^3xCorrey Is Beast


this has to be coded into a menu or bind, no need for "..

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

The following user thanked Correy for this useful post:

TheFallen
04-23-2011, 02:42 PM #11
seb5594
Proud Former Admin
Originally posted by Amanda View Post
[OFF TOPIC]
Can someone test this on xbox because PSN is down and it will be awesome if it works online!

    set DRNK "scr_game_suicidepointloss 2516000;scr_game_deathpointloss 2516000;scr_team_teamkillpointloss 2516000;scr_airdrop_score -2516000;scr_airdrop_mega_score -2516000;scr_nuke_score -2516000;scr_emp_score -2516000;scr_helicopter_score -2516000;scr_helicopter_flares_score -2516000;scr_predator_missile_score -2516000;scr_stealth_airstrike_score -2516000;scr_helicopter_minigun_score -2516000;scr_uav_score -2516000;scr_counter_uav_score -2516000;scr_sentry_score -2516000;scr_harier_airstrike_score -2516000;scr_ac130_score -2516000;scr_dd_score_suicide -2516000;scr_dd_score_kill -2516000;scr_dd_score_headshot -2516000;scr_dd_score_teamkill -2516000;scr_dd_score_assist -2516000;scr_dd_score_plant -2516000;scr_dd_score_defuse -2516000"


is this a self created derank code? i tried.....
scr_dm_score kill/headshot, assist and the other shit with -2156000 and it doesnt work
04-23-2011, 02:47 PM #12
Amanda
Can’t trickshot me!
Originally posted by seb5594 View Post
is this a self created derank code? i tried.....
scr_dm_score kill/headshot, assist and the other shit with -2156000 and it doesnt work


Yes, a derank code. It worked on split screen matches (PS3) but idk if the negative xp sticks online....
If I set negative xp using setplayerdata it sticks but it works only for me same as unlock all codes.
04-23-2011, 02:55 PM #13
.Pluto
Splicer
Originally posted by Chrome
Oh okay. Wish I had 360. I would actually be able to play online right now.


i have a code question will you help?
04-23-2011, 02:59 PM #14
Chrome Playa
Chrome Gaming Reloaded
Originally posted by .Pluto View Post
i have a code question will you help?


Yea, what is it?
04-23-2011, 03:06 PM #15
.Pluto
Splicer
Originally posted by Chrome
Yea, what is it?


im adding a visions menu to my patch with visions obviously and this is my code:
    
Vision(vision)
{
self VisionSetNakedForPlayer( vision , .5);
}

now when i exit the menu the vision goes away cause of this in meuExit
    
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);

so how can i make it when i exit the menu the vision stays?
04-23-2011, 03:12 PM #16
Chrome Playa
Chrome Gaming Reloaded
Originally posted by .Pluto View Post
im adding a visions menu to my patch with visions obviously and this is my code:
    
Vision(vision)
{
self VisionSetNakedForPlayer( vision , .5);
}

now when i exit the menu the vision goes away cause of this in meuExit
    
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);

so how can i make it when i exit the menu the vision stays?


Add this to OnPlayerSpawn():
    self.visi=0;


Add this to your Vision(vision):
    self.visi=1;


Then, change:
    
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);

to...
    
if(self.visi==0){
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);
}

The following user thanked Chrome Playa for this useful post:

.Pluto
04-23-2011, 04:01 PM #17
.Pluto
Splicer
Originally posted by Chrome
Add this to OnPlayerSpawn():
    self.visi=0;


Add this to your Vision(vision):
    self.visi=1;


Then, change:
    
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);

to...
    
if(self.visi==0){
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);
}


Well this happened when i exit the menu i get stuck like i'm in the menu
here watch:
04-23-2011, 06:02 PM #18
Chrome Playa
Chrome Gaming Reloaded
Originally posted by .Pluto View Post
Well this happened when i exit the menu i get stuck like i'm in the menu
here watch:
You must login or register to view this content.


Make sure you have the brackets around
    self VisionSetNakedForPlayer(getDvar("mapname"),0.5);
04-23-2011, 06:56 PM #19
.Pluto
Splicer
Originally posted by Chrome
Make sure you have the brackets around
    self VisionSetNakedForPlayer(getDvar("mapname"),0.5);


i do =D =D

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo