Advertisement
DManstrator

Résumé

Oct 29th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public func Resume()
  2. {
  3. if (GetPlayerCount() == 1)
  4. {
  5. ScheduleCall(0,"Replay()",100,0);
  6. }
  7. }
  8.  
  9. public func Replay()
  10. {
  11. Log("$Stat1$");
  12. Log(Format("$Stat2$",Global(10)));
  13. Log(Format("$Stat3$",Global(11)));
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement