okay so i have the manuadminmod working fine on my server but im trying to add this plugin but it says i need _admin.gsc? i don't have that and don't know how to get it? please help. i have a hosting company and they put manuadminmod on my server for me. here is a screenshot of all the stuff i have for manuadmin.
EDIT: i cant post pictures for some reason. i uploaded them to imgur.com but they wont let me use them on this website?
here is the plugin that i am trying to pu on there:
1. Installation
2. Put this in your _admin.gsc
case "ammo":
player = getPlayer( arg1, pickingType );
if( isDefined( Player ) )
{
player iprintlnbold( "^1You Refilled Your ^3Ammo" );
player givemaxAmmo( "m40a3_mp");
player givemaxAmmo( "remington700_mp");
iPrintln( "^3[Player]:^5 " + player.name + " ^2Refilled his/her Ammo" );
}
break;
3.Then in your manu config.cfg add
ammo = "set admin ammo:<PLAYER:NAME>
4. Load deathrun server your done