So my ammo + medpack script didnt work =[
How do i get past this?
| CODE |
| bind <key> "impulse 10; say_team [medpack]" bind <key> "impulse 11; say_team [ammo]" |
| CODE |
| alias med "impulse 10; say_team [medpack]" alias ammo "impulse 11; say_team [ammo]" bind <key> med bind <key> ammo |
| QUOTE (obuh @ Apr 28 2005, 10:25 PM) |
| Yes, the 2nd method works. Blockscripts doesn't allow binds with multiple commands in them. You can circumvent this by using aliases, except if they contain +commands. |