first of all,, you don't put hyper waits, in the same trigger.
Second,
it says,
QUOTE
Trigger
Players:
¤ Force1
Conditions:
¤ Current players kill score is at least 1
Actions:
¤ Modify resources for current player: add 1 mineral
¤ Modify score for current player: substract 1 kill
¤ Wait 0 milliseconds
¤ Wait 0 milliseconds
¤ Wait 0 milliseconds
¤ Wait 0 milliseconds
¤ Wait 0 milliseconds
¤ Wait 0 milliseconds
¤ Wait 0 milliseconds
¤ Wait 0 milliseconds
¤ and so on...
¤ Preserve trigger
What you do is
Players:
Force1
Conditions
Current Kill score is atleast 1
Actions
Add 1 mineral for current player
SET kill score to 0
Preserve trigger.
That's for the $$
Now, hypers, NOte to put them under a player with no other waits
Players
Player #
Condition
always
Action
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Wait 0
Preserve trigger
Atleast make 3 of these.
You should look around more. There are tutorials for both of your questions.