BubbleGold
03-09-2009, 09:53 AM
Hi i cant make my script work (:
http://www.left4dead411.com/forums/index.php?actio n=vthread&topic=7008&forum=8&page=0 (http://www.left4dead411.com/forums/index.php?action=vthread&topic=7008&forum=8&page=0) i did the things as instuckted, but it wont work.
heres my script:
//------------------------------------------------ --------------
"MyMenu,Survivor,Alive"
{
"Center"
{
"command" "CONSOLE COMMAND GOES IN HERE"
"text" "THIS IS WHAT THE TEXT ON THE MENU WILL SAY"
}
"North"
{
"command" "noclip"
"text" "Enter Noclip"
}
"NorthEast"
{
"command" "sv_cheats 1"
"text" "Cheats on"
}
"East"
{
"command" "sv_cheats 0"
"text" "Cheats Off"
}
"SouthEast"
{
"command" "z_spawn Boomer"
"text" "Spawn Boomer"
}
"South"
{
"command" "z_spawn Tank"
"text" "Spawn Tank"
}
"SouthWest"
{
"command" "z_spawn Hunter"
"text" "Spawn Hunter"
}
"West"
{
"command" "z_spawn Smoker"
"text" "Spawn Smoker"
}
"NorthWest"
{
"command" "z_spawn Witch"
"text" "Spawn Witch"
}
bind v "+mouse_menu Extras"
}
any ideas?
http://www.left4dead411.com/forums/index.php?actio n=vthread&topic=7008&forum=8&page=0 (http://www.left4dead411.com/forums/index.php?action=vthread&topic=7008&forum=8&page=0) i did the things as instuckted, but it wont work.
heres my script:
//------------------------------------------------ --------------
"MyMenu,Survivor,Alive"
{
"Center"
{
"command" "CONSOLE COMMAND GOES IN HERE"
"text" "THIS IS WHAT THE TEXT ON THE MENU WILL SAY"
}
"North"
{
"command" "noclip"
"text" "Enter Noclip"
}
"NorthEast"
{
"command" "sv_cheats 1"
"text" "Cheats on"
}
"East"
{
"command" "sv_cheats 0"
"text" "Cheats Off"
}
"SouthEast"
{
"command" "z_spawn Boomer"
"text" "Spawn Boomer"
}
"South"
{
"command" "z_spawn Tank"
"text" "Spawn Tank"
}
"SouthWest"
{
"command" "z_spawn Hunter"
"text" "Spawn Hunter"
}
"West"
{
"command" "z_spawn Smoker"
"text" "Spawn Smoker"
}
"NorthWest"
{
"command" "z_spawn Witch"
"text" "Spawn Witch"
}
bind v "+mouse_menu Extras"
}
any ideas?