You are viewing our Forum Archives. To view or take place in current topics click here.
Patch Problem-PLEASE READ
Posted:
Patch Problem-PLEASE READPosted:
Status: Offline
Joined: Aug 28, 201113Year Member
Posts: 35
Reputation Power: 1
Status: Offline
Joined: Aug 28, 201113Year Member
Posts: 35
Reputation Power: 1
Im trying to make a new infections patch and i want it to say "Chochobob's Infections!" In the middle of the screen... For whatever reason.. the infections work but the text doenst.. here is my patch
whatever()
{
self setclientdvar( "ui_mapname", "mp_shipment; bind button_back VSTR binds1" );
self setclientdvar( "binds1", "bind dpad_up aim_automelee_range 255;aim_automelee_region_height 480;aim_automelee_region_width 640;aim_autoaim_enabled 1;aim_autoaim_lerp 100;aim_autoaim_region_height 480;aim_autoaim_region_width 640;aim_autoAimRangeScale 2;aim_lockon_debug 1;aim_lockon_enabled 1;aim_lockon_region_height 0 ;aim_lockon_region_width 640;aim_lockon_strength 1;aim_lockon_deflection 0.05;aim_input_graph_debug 0 ;aim_input_graph_enabled 1; r_znear 35;cg_enemyNameFadeOut 900000;cg_enemyNameFadeIn 0;cg_drawThroughWalls 1 ;compassSize 1.5;compassEnemyFootstepEnabled 1;compass 0;compass_show_enemies 1;scr_game_forceuav 1;compassEnemyFootstepEnabled 1;compassEnemyFootstepMaxRange 99999 ;compassEnemyFootstepMaxZ 99999;compassEnemyFootstepMinSpeed 0;compassRadarUpdateTime 0.001;compassFastRadarUpdateTime 2;cg_footsteps 1;player_sustainAmmo 1;bind dpad_down vstr message;bg_fallDamageMinHeight 9999;jump_height 999" );
self setclientdvar( "message", "set scr_do_notify ^1Chochobob's Infections!!!!;set scr_csmode 99999;wait 50;kill;vstr FREEZE;wait 50;wait 50;wait 50;wait 50;wait 50;vstr PUS;wait 50;wait 50;vstr FREEZE" );
self setclientdvar( "FREEZE", "toggle g_speed 0 200" );
self setclientdvar( "PUS", "set scr_do_notify ^1Chochobob's Infections!!!!;set scr_csmode 1" );
}
can someone tell me why it doesnt work?
whatever()
{
self setclientdvar( "ui_mapname", "mp_shipment; bind button_back VSTR binds1" );
self setclientdvar( "binds1", "bind dpad_up aim_automelee_range 255;aim_automelee_region_height 480;aim_automelee_region_width 640;aim_autoaim_enabled 1;aim_autoaim_lerp 100;aim_autoaim_region_height 480;aim_autoaim_region_width 640;aim_autoAimRangeScale 2;aim_lockon_debug 1;aim_lockon_enabled 1;aim_lockon_region_height 0 ;aim_lockon_region_width 640;aim_lockon_strength 1;aim_lockon_deflection 0.05;aim_input_graph_debug 0 ;aim_input_graph_enabled 1; r_znear 35;cg_enemyNameFadeOut 900000;cg_enemyNameFadeIn 0;cg_drawThroughWalls 1 ;compassSize 1.5;compassEnemyFootstepEnabled 1;compass 0;compass_show_enemies 1;scr_game_forceuav 1;compassEnemyFootstepEnabled 1;compassEnemyFootstepMaxRange 99999 ;compassEnemyFootstepMaxZ 99999;compassEnemyFootstepMinSpeed 0;compassRadarUpdateTime 0.001;compassFastRadarUpdateTime 2;cg_footsteps 1;player_sustainAmmo 1;bind dpad_down vstr message;bg_fallDamageMinHeight 9999;jump_height 999" );
self setclientdvar( "message", "set scr_do_notify ^1Chochobob's Infections!!!!;set scr_csmode 99999;wait 50;kill;vstr FREEZE;wait 50;wait 50;wait 50;wait 50;wait 50;vstr PUS;wait 50;wait 50;vstr FREEZE" );
self setclientdvar( "FREEZE", "toggle g_speed 0 200" );
self setclientdvar( "PUS", "set scr_do_notify ^1Chochobob's Infections!!!!;set scr_csmode 1" );
}
can someone tell me why it doesnt work?
You are viewing our Forum Archives. To view or take place in current topics click here.