commit
351f5b8a10
@ -175,6 +175,7 @@ CMD:aod( playerid, params[ ] )
|
||||
DisableRemoteVehicleCollisions( playerid, 0 );
|
||||
SendClientMessage( playerid, -1, ""COL_PINK"[ADMIN]"COL_WHITE" You have disabled administration mode." );
|
||||
}
|
||||
SendClientMessageFormattedToAll( -1, ""COL_PINK"[ADMIN]"COL_WHITE" %s(%d) is now %s-duty.", ReturnPlayerName( playerid ), playerid, p_AdminOnDuty{ playerid } == true ? ( "on" ) : ( "off" ) );
|
||||
SetPlayerColorToTeam( playerid );
|
||||
return 1;
|
||||
}
|
||||
@ -742,4 +743,4 @@ CMD:chatbanlist( playerid, params[ ] )
|
||||
return SendError( playerid, "There are no chat banned players online." );
|
||||
else
|
||||
return ShowPlayerDialog( playerid, DIALOG_NULL, DIALOG_STYLE_TABLIST, ""COL_WHITE"Chat Ban List", szNormalString, "Close", "" ), 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user