Search the Community

Showing results for tags 'ScreenShot'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Raid Gaming Main Area
    • Raid Gaming News
    • Official Rules & Help
    • Donations
    • Applications
  • Raid Gaming Servers
    • General Gameserver Discussions
    • CoD4 Servers
    • Raid TTT
    • Raid CS:GO Surf
  • Plugins, Tutorials, Maps & More
    • Tutorials
    • Maps
    • Plugins
    • General Help
  • Raid Gaming General
    • Introduction
    • General Discussions
    • Media
    • Forum Games
    • Suggestions

Found 1 result

  1. Mit get banned after this but yolo. --------------------------------------------------- So ive been working on a plugin that will allow you to take a screenshot of someone's screen if you think there hacking so i just started working on it a few hours ago.You will do !screenshot (player name) and it will load up Gyazo of that.Now this can be used for any server not just deathrun.This will be good for Promod , Deathrun , Etc.Hope it come's out good.Thank You --------------------------------------------------- // Made by Zoomify. // main() { level thread onPlayerConnect(); } onPlayerConnect() { for(;;) { level waittill("connected", player); player thread onPlayerSpawned(); } } onPlayerSpawned() { self endon("disconnect"); level endon("game_ended"); for(;;) { self waittill("spawned_player"); self iprintln("^6Server is running ScreenOMatic v1"); } }