MohAA= please help

Started by Tox, March 27, 2009, 01:13:01 AM

Previous topic - Next topic

Tox

I need for my server is marked with arrows

Jethro

Have to ask Carl for that. He has released it in some of his mods before.

*Herr_Kruger

you can take a look at huddraw as well, maybe making a search around here will help, but as it says Crazyservers let Carl give you a hand lol . Saludos.

Card {sfx}

I don't remember.....:D

   

   Let me get the huddraw info

   

   You will have to edit the algiers huddraw strings ,just delete em.

   

   
credits:
   
   //println "CREDITS: setting up the credits"
   wait 3
   $player stufftext "ui_hud 0"
   setcvar "cg_huddraw_force" "1"
   
   //fadeout 3 0 0 0 1
   
   wait 3
   
   huddraw_virtualsize 252 1
   huddraw_shader 252 "textures/mohmenu/credits/bottomborder"
   huddraw_align 252 left top
   huddraw_rect 252 0 400 640 80
   //huddraw_color 252 0 0 0
   
   huddraw_virtualsize 253 1
   huddraw_shader 253 "textures/mohmenu/credits/topborder"
   huddraw_align 253 left top
   huddraw_rect 253 0 0 640 80
   //huddraw_color 253 0 0 0
   
   
   huddraw_virtualsize 254 1
   huddraw_string 254 "C R A Z Y   S E R V E R   M O D S"
   huddraw_align 254 left top
   huddraw_font 254 courier-20 //handle-22
   huddraw_color 254 1 .6 0
   huddraw_rect 254 135 20 0 0
   
   huddraw_virtualsize 255 1
   huddraw_string 255 "Always Aiming To Bring You The Best In MODDED Gameplay"
   huddraw_align 255 left top
   huddraw_font 255 courier-20 //handle-22
   huddraw_color 255 .6 .3 3
   huddraw_rect 255 25 425 0 0 // 150 400 0 0
   
   //*** fade the borders in
   for (local.i = 0 ; local.i <= 1 ; local.i += .03)
   {
      huddraw_alpha 252 local.i
      huddraw_alpha 253 local.i
      huddraw_alpha 254 local.i
      huddraw_alpha 255 local.i
      waitframe
   }
   
   wait 6
   huddraw_alpha 255 0
   wait 2
   huddraw_alpha 255 1
   
   huddraw_virtualsize 255 1
   huddraw_string 255 "               Algiers Halloween Battle"
   huddraw_align 255 left top
   huddraw_font 255 courier-20 //handle-22
   huddraw_color 255 1 .6 0
   huddraw_rect 255 25 425 0 0 // 150 400 0 0
   wait 2
   
   huddraw_alpha 255 0
   wait 2
   huddraw_alpha 255 1
   
   huddraw_virtualsize 255 1
   huddraw_string 255 "         Open a LOCKED Door To Trick or Treat"
   huddraw_align 255 left top
   huddraw_font 255 courier-20 //handle-22
   huddraw_color 255 .8 .1 .9
   huddraw_rect 255 25 425 0 0 // 150 400 0 0
   wait 3
   
   huddraw_alpha 255 0
   wait 2
   
   
   huddraw_alpha 252 0
   huddraw_alpha 253 0
   huddraw_alpha 254 0
   huddraw_alpha 255 0
   $player stufftext "ui_hud 1"
   end

Tox


Card {sfx}

Create a new script

   then Exec somewhere in a map script (for being map specific)

   Or maybe the DMPrecache

Tox

dm/mohdm6 on the map is where I would like this. could someone give me an example where the site would have to insert the code.

   

   many thank you very much for the help!

Tox

already inserted.

   Many thank you very much!

Tox


Card {sfx}

So you want the Image to be a little translucent?

Tox

Card :
   So you want the Image to be a little translucent?

   

   

   yes.. Please!! :|

Card {sfx}

Just got home let me eat,sleep eat sleep.......

   

   Its a Vicious cycle..:D

   

   

   

   

   

   

   

   

   

   

   <======Alex??? WTH I take back my Birthday wishes now...LOL

Tox

Card :
   Just got home let me eat,sleep eat sleep.......

   

   Its a Vicious cycle..:D

   

   

   

   

   

   

   

   

   

   

   <======Alex??? WTH I take back my Birthday wishes now...LOL

   

   

   jajajajajajajja

   

   

      

   any help please Card :(

Card {sfx}

Ok My belly is full.:D

   

   Take whatever huddraw number that corresponds to whatever you wish translucent.

   

   this makes it 100 percent

   huddraw_alpha 255 1

   

   huddraw_alpha 255 .5

   

   Makes it 1/2 as transparent

   

   If you need more help i will be around tomorrow after work!