Thread: Vibration(ish)
View Single Post
  #1  
Old 05-24-2007, 05:59 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Question Vibration(ish)

I want to make a weapon so when you use it your screen shakes up and gives you mp but takes away heath.
i have the heath giving and mp getting things, and they work nicely but when i tryed to make the screen shake nothing eaven hapens

im using "setfocus" then quickly changing it a bunch to give that effect.
this is my script test:
PHP Code:
//#CLIENTSIDE
funtion onWeaponFired(){
setfocus(1,1);

i have tryed it without clientside and it still wont work
__________________
**FLIP OUT**
Reply With Quote