Mine Scripts

Discussion for Banimod players

Moderators: Forum moderators, developers

Post Reply
User avatar
Pot-C
Posts: 25
Joined: Sat Jan 03, 2004 9:37 pm
Location: Philadelphia

Mine Scripts

Post by Pot-C »

Ok, Im almost positive someone would have posted this one before, if not, then I guess Im the first one.

Im trying to write a script to drop a mine, pull out the pliers, and make a team chat saying that mines are being laid. The problem I am having is that no matter how I write this script, It will skip over the team chat, after the mine comand, or the other way around.

Just so you know, this is what I curently have:
bind x "vstr mines_1"
set mines_1 "mine; weaponbank 5; vstr mines_2"
set mines_2 "say_team ^4>^5> ^1MINES PLANTED ^7Jump Over them ^5<^4<"
I am trying to get this to work with oe key press.
Does anyone know how I can make this work?? Assistance would be greatly appreciated.
Never ending pain
Quickly enfing life
User avatar
gotenks
Posts: 3465
Joined: Fri Nov 15, 2002 4:12 pm
Location: out of my mind
Contact:

Post by gotenks »

add a wait command or two in there...
My Website
Image
After a night of binge drinking:
=FF=im2good4u wrote:WTF wanst i on top ?
User avatar
Pot-C
Posts: 25
Joined: Sat Jan 03, 2004 9:37 pm
Location: Philadelphia

Post by Pot-C »

tried itIt is just 'skipping' over the team chat command. I have tried every possible combnation
Never ending pain
Quickly enfing life
duke'ku
Posts: 1053
Joined: Sun Nov 03, 2002 1:42 pm
Location: portland, oregon
Contact:

Post by duke'ku »

Pot-C wrote:tried itIt is just 'skipping' over the team chat command. I have tried every possible combnation
add a goddamn wait 60
Post Reply