Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if (type == 1 && param == 1)
  2. {
  3. ++deathCount;
  4. if (deathCount == 5) // losowy miedzy 5 a 15
  5. events.ScheduleEvent(1/*EVENT_MAKE_VISIBLE*/, 100); // wykonaj event za 100ms
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement