Filterscript Request! Admin Duty/Admin Name!
#1

Hello! I've been looking for a filterscript that will allow admins to use /adminduty to go on admin duty. Also i would like to have a /adminname command, where an admin can set a seperate name that they will use while on admin duty. Then when they do /adminduty, they will be switched to that name. Also im looking for a vehicle storage system so players can spawn/despawn vehicles. Thanks!
Reply
#2

Requests go here.
Reply
#3

At Top
PHP код:
enum pInfo
{
AdminLevel,
AdminDuty,
}
new 
PlayerInfo[MAX_PLAYERS][pInfo]; 
ZCMD:

PHP код:
CMD:adminduty(playeridparams[]) 
{
if( 
PlayerInfo[playerid][AdminLevel] > )
{
PlayerInfo[playerid][AdminDuty]=1;
SetPlayerColor(playerid#FF0000);
}
else return 
0;
}
CMD:exampleadmincmd(playeridparams[]) 
{
if(( 
PlayerInfo[playerid][AdminLevel] > ) && ( PlayerInfo[playerid][AdminDuty] == )
{
// Your Command
}
else return 
0;

About the name thing you want, you must use a saving file include like y_ini
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)