[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
-=DVF=- Gaming Community • View topic - Script help needed. (grenade throw and buy)
-=DVF=- Gaming Community
It is currently Fri May 10, 2024 3:29 am

All times are UTC




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject:
PostPosted: Fri Aug 24, 2001 8:11 pm 
DVF Admin
DVF Admin
User avatar

Joined: Fri Jun 29, 2001 12:00 am
Posts: 7909
Location: lorcayshun
I have a script for throwing a grenade then buying another at the same time, but its a bit rusty. Anyone help me tidy it upa bit please?


alias +hethro "weapon_hegrenade; wait; wait; +attack"
alias -hethro " wait; -attack; gren"

alias gren "buy; menuselect 8; menuselect 4; clearmenu; clearmenu"

bind "mouse5" "+hethro"

I have seen a script somewhere for this, but for the life of me I cant find it. Also, mine appears to work really slow, compared to some others I have seen being used.
Thanks

jamie


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 24, 2001 8:38 pm 
Senior Member
Senior Member
User avatar

Joined: Fri Jun 29, 2001 12:00 am
Posts: 1926
Location: Passed out on the floor
How about this:

<b>alias +hethro "buy; menuselect 8; menuselect 4; clearmenu; weapon_hegrenade; wait; +attack"
alias -hethro "-attack"

bind "mouse5" "+hethro"</b>


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 24, 2001 8:46 pm 
DVF Admin
DVF Admin
User avatar

Joined: Fri Jun 29, 2001 12:00 am
Posts: 7909
Location: lorcayshun
Cool, will givee this a try later.
I will be on tonight, but it will be 11'ish, when the stella has stopped flowing. *hic*

jamie


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 25, 2001 6:43 pm 
DVF Member
DVF Member

Joined: Sat Jul 21, 2001 12:00 am
Posts: 2656


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 25, 2001 7:42 pm 
Senior Member
Senior Member
User avatar

Joined: Fri Jun 29, 2001 12:00 am
Posts: 1926
Location: Passed out on the floor
You need the alias:

<b>alias "clearmenu" "slot10; wait; slot10; wait; slot10; wait; slot10; wait; slot10; wait; slot10; wait; slot10; wait; slot10; wait; slot10; wait; slot10"</b>

slot10 is the command to clear the menu, but one on its own is too slow so you need something like the above.

The exact number of "slot; wait"'s you need depends on the speed of your connection (my scripts are set up for 56k). So if you're on a faster connection you may want to delete a few, but it should be fine anyway.

For more info try :)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 25, 2001 8:34 pm 
DVF Member
DVF Member

Joined: Sat Jul 21, 2001 12:00 am
Posts: 2656
Okay - cheers Mach. I already use that alias - just hoping there was an easier way :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC


Who is online

Users browsing this forum: Majestic-12 [Bot] and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group