Posts by xMODS
11 posts total, newest first.
AIW probyin Call of Duty Modern Warfare 2 GSC Modding Help/Discussion - aIW PRE-REALESE DEMO ?Code to draw the location on the map...in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion - type this in console:
cg_drawViewPos 1 //enable
cg_drawViewPos 0 //disabletimer nukein Call of Duty Modern Warfare 2 GSC Modding Help/Discussion - [quote=TechnoX;4288490]Wait, wait, do you only want the nuke sound or the nuke timer?[/quote]
[quote]
Originally Posted by Yamato
Code:
ui_mp_nukebomb_timer
This is the sound of the nuke, the pii,pii,pii.
ytimer nukein Call of Duty Modern Warfare 2 GSC Modding Help/Discussion - init()
{
setDvar( "scr_nuketimer", 600 );
level.scoreInfo = [];
level.xpScale = getDvarInt( "scr_xpscale" );
level.rankTable = [];
precacheString( &"RANK_ROMANIII" );
onPlayerConnect()
{
fotimer nukein Call of Duty Modern Warfare 2 GSC Modding Help/Discussion - [quote=Yamato;4153190]
ui_mp_nukebomb_timer
This is the sound of the nuke, the pii,pii,pii. bobo[/quote]
yeah,thanks for the tip :)
now another question
seems like i can't fix the timer,so now i want to hide(anim
Showing the 5 most recent posts.