Search results

  1. coersum

    timerNameCallBack? working with timers

    So I was trying to make a lil timer for airdrop in my main plugin (misc plugin for my server) with a command to start/stop the run but I can't get the callback to run. if command == "testtimer": Plugin.CreateTimer("droptimer", 60000).Start() #that's 60sec...
  2. coersum

    Go through Server.Players Dictionary ? Ban by IP ?

    So I have have a few ppl that I only have the IP / name of, and I need to ban them. However, it seems there is no ban by IP unless the player is online. Is it possible to get the SteamID from the Server.Players Dictionary, and if so how ? Sorry I have never worked with dictionaries and my...
  3. coersum

    Name restriction plugin request?

    I am nowhere close to making something like that but hoping someone out there can. Something to limit the use of Pluton, Server, Server Console + a few the admin can enter by hand and also restrict the character you can use in your name to the one we can type! Thank you
  4. coersum

    AdminMindTP

    coersum submitted a new resource: AdminMindTP - Teleport you where you are looking! Read more about this resource...
  5. coersum

    Datastore not loading

    I hope I am posting this in the right section... since I started I have always had this problem and no idea what it could come from. Whenever I add something to DataStore, if I stop the server then start it again, that data is not loading (I use server.stop or quit to stop the server). I made a...
  6. coersum

    Rock Drop!

    I made that function so I could call it before loading a kit, it checks for a rock and then drops it next to the player. It could be easily changed for a "drop all" and if needed change the all.ItemID to all.Name I didn't make it return as soon as it dropped one in case there is more than one...