Guest User

Untitled

a guest
Jun 13th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. procedure OnPlayerSpeak(ID: Byte; Text: String);
  2. begin
  3. if Text = '!uptime' then
  4. SayToPlayer(ID, inttostr(GetTickCount() / 3600 + 'minutes'));
  5. end;
Add Comment
Please, Sign In to add comment