[REQ] AdminAirdrop

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Name: AdminAirdrop

Commands: /aairdrop here
Commands: /aairdrop random

Description:

I'm still missing a Airdrop Plugin for Mods and Admins only. Since I don't want to give all players RCON to use "airdrop.drop" a Admin Airdrop plugin similar to "Simple Airdrops" would be awesome.

It should contain a global notification when a airdrop gets launched. Also a notification in which area it will drop. (Big Rads, Small Rads, etc..)

It should also contain a cooldown timer so that there is no abuse.

And optional a whitelist (based on their SteamID) for which admins/mods are allowed to use this command.

Thanks in advance
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,790
113
At your house.
github.com
Name: AdminAirdrop

Commands: /aairdrop here
Commands: /aairdrop random

Description:

I'm still missing a Airdrop Plugin for Mods and Admins only. Since I don't want to give all players RCON to use "airdrop.drop" a Admin Airdrop plugin similar to "Simple Airdrops" would be awesome.

It should contain a global notification when a airdrop gets launched. Also a notification in which area it will drop. (Big Rads, Small Rads, etc..)

It should also contain a cooldown timer so that there is no abuse.

And optional a whitelist (based on their SteamID) for which admins/mods are allowed to use this command.

Thanks in advance
Wasn't that hard I guess.

https://github.com/dretax/Python-Plugins/blob/master/FougeritePlugins/Airdrops/Airdrops.py
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Thanks a lot :) So far it looks good except how to implement a cooldown timer for the /airdrop command?
 
Last edited:

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Works great :)

I'm just curious what "\u2708" means for Player.Notice. Since you can see a part of it in the notice popup.