Skip to content

Instantly share code, notes, and snippets.

@WideWord
Created November 20, 2012 14:54
Show Gist options
  • Select an option

  • Save WideWord/4118392 to your computer and use it in GitHub Desktop.

Select an option

Save WideWord/4118392 to your computer and use it in GitHub Desktop.
player->setControllable(false);
new Timer(5000, [player](){ // через 5 секунд
player->setControllable(true);
player->sendClientMessage(0xFFFFFFFF, "Ваш транспорт заправлен!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment