ID:176011
 
Is there anyway i can make everyones screen shake when i power up in my game
This is a library on earthquake effects. I think its what you need.

http://www.byond.com/hub/ hub.cgi?qd=hubIndex;hub=2045;channel=1182
In response to Gjohn
ive tried the earthquake demo and it doesnt work
In response to VegeanSX
works in my game. are you calling it right? For example if you are calling it in a verb it should look like this:

Quake_Effect(usr,5,5)

usr being the mob, 5 being the duration, and 5 being the strength.
In response to Gjohn
hmm is there ne thing else i need to change
In response to VegeanSX
It's quite easy to make your own earthquake effect with shorter lines than that demo. Look up client.eye in the inde, it tells a bit about it.