Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import es
  2. from es import ForceServerCommand
  3.  
  4. def es_map_start(event_var):
  5.     es.delayed(5,alpha)
  6.  
  7. def alpha():
  8.     ForceServerCommand('es_xfire prop* addoutput \"onphysgunpickup !self, addoutput, rendermode 1\"')
  9.     ForceServerCommand('es_xfire prop* addoutput \"onphysgunpickup !self, addoutput, renderamt 100\"')
  10.     ForceServerCommand('es_xfire prop* addoutput \"onphysgundrop !self, addoutput, renderamt 255\"')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement