Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public func Resume()
- {
- if (GetPlayerCount() == 1)
- {
- ScheduleCall(0,"Replay()",100,0);
- }
- }
- public func Replay()
- {
- Log("$Stat1$");
- Log(Format("$Stat2$",Global(10)));
- Log(Format("$Stat3$",Global(11)));
- }
Advertisement
Add Comment
Please, Sign In to add comment