Advertisement
tommig

Untitled

Nov 15th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //TPT-directive ElementHeader Element_LGAS static int update(UPDATE_FUNC_ARGS)
  2. int Element_LGAS::update(UPDATE_FUNC_ARGS)
  3. {
  4. if (1>rand()%1000)
  5. create_part(i,x,y,PT_FUME);
  6. return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement